[WLS 10.3.3]Servlet Filters Not Invoked with <FolderName> * in the url-pattern
(Doc ID 1272838.1)
Last updated on MAY 27, 2022
Applies to:
Oracle WebLogic Server - Version 10.3.3 and laterInformation in this document applies to any platform.
Symptoms
When you try to deploy a webapp with url-pattern like "/foo/chi* on WLS 10.3.3, Servlet filter does not get applied i.e. The filter associated with this url-pattern does not get invoked.
i.e.: Lets assume you have a jsp page (index.jsp) within folder foo\chi\index.jsp
MyFilter does not get invoked when you access the index.jsp using below url
http://localhost:7001/sample/foo/chi/index.jsp
However such url-pattern works fine with OC4J Container and the filter is invoked.
Changes
Users migrating from OC4J Container to WebLogic Server may encounter this issue.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |