[jboss-jira] [JBoss JIRA] (WFLY-1935) servlet not called on overlapping ServletFilter specification in web.xml
Thomas Frühbeck (JIRA)
jira-events at lists.jboss.org
Fri Aug 23 07:31:26 EDT 2013
[ https://issues.jboss.org/browse/WFLY-1935?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12798826#comment-12798826 ]
Thomas Frühbeck commented on WFLY-1935:
---------------------------------------
Example app provided, description as follows:
the mapping:
- FilterA /SimpleServlet.a
- FilterB /*
- Servlet /*
is working
the mapping
- FilterA /SimpleServlet.a
- FilterB /*
- Servlet *.a
does not work for the URL http://localhost:8080/filter-filter-servlet/SimpleServlet.a
the servlet is not called, when both filters are used, saying "Not Found" in browser
The same projects works fine in JBoss AS7.2. It seems to be an undertow bug.
Regards,
Thomas
> servlet not called on overlapping ServletFilter specification in web.xml
> --------------------------------------------------------------------------
>
> Key: WFLY-1935
> URL: https://issues.jboss.org/browse/WFLY-1935
> Project: WildFly
> Issue Type: Feature Request
> Components: Web (Undertow)
> Affects Versions: 8.0.0.Alpha3
> Reporter: Thomas Frühbeck
> Assignee: Stuart Douglas
> Priority: Minor
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list