This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Wildfly 10 + Undertow + Disable Cache Handlerjaikiran Jan 8, 2019 2:54 AM (in response to javacoryd)javacoryd wrote: Afternoon, We are having an issue with some of our static content ( javascript, CSS, etc. ). Are those (static) resources under a resource path that's marked as "secured" (in web.xml) ? What exactly is the resource path for those? The reason I ask is, from what I see in the undertow code, the DisableCacheHandler gets auto-applied in cases where secure resources are being accessed undertow/DeploymentManagerImpl.java at 1.3.15.Final · undertow-io/undertow · GitHub 
- 
        2. Re: Wildfly 10 + Undertow + Disable Cache Handlerjavacoryd Jan 8, 2019 7:35 AM (in response to jaikiran)Ah yes they are. Thank you. Cory. 
 
    