spring - How to remove duplicate wildfly cache-control properties -


i have application spring 4.0.3, primefaces 5.3, myfaces 2.2.9 , wildfly-9.0.2.final , followed https://gist.github.com/remibantos/5e86829e1ba6ad64eea1 configure cache static resources when see in chrome cache-control is:

max-age=600, public, no-cache, no-store, max-age=0, must-revalidate 

and static resources not cached.

please can me?


Comments

Popular posts from this blog

ios - Is 'init' forbidden as *part* of a variable name? -

file - Python: AttributeError: 'str' object has no attribute 'readlines' -

c# - Get the Class name in a class with atribute inside a attribute method -