2 Replies Latest reply on Jan 8, 2019 7:35 AM by javacoryd

    Wildfly 10 + Undertow + Disable Cache Handler

    javacoryd

      Afternoon,

       

      We are having an issue with some of our static content ( javascript, CSS, etc. ).  On Wildfly 10, we have a JSF based application that loads requested resources through the application.  The Cache-control on these resources is set to not cache the resources on the client.  However, we would like to cache resources on the client.

       

      In doing some further research I found the request is going through the Undertow DisableCacheHandler which is setting the cache control.   Is there any way to disable this handler or exclude URL patterns from being processed by this handler??

       

      Thanks,

       

      Cory.