Issue #5
wontfix
CORS Filter does not allow configuring multiple url-pattern
<filter-mapping> <filter-name>CORS</filter-name> <url-pattern>/services/rest/UserService/</url-pattern> <url-pattern>/services/rest/MenuService/</url-pattern> <url-pattern>/services/rest/LabelService/*</url-pattern> </filter-mapping>
Comments (2)
-
-
- changed status to wontfix
Filter mapping is controlled by the servlet container.
- Log in to comment
Hi Donald,
The filter mapping is actually controlled by the underlying servlet container (Tomcat, Jetty, etc). I'm not sure the mapping you give is actually legal in web.xml Please, look at the comments for http://stackoverflow.com/questions/11645516/giving-multiple-url-patterns-to-servlet-filter