Bug 41521 - filter-mapping doesn't support * for servlet-name
Summary: filter-mapping doesn't support * for servlet-name
Status: RESOLVED FIXED
Alias: None
Product: Tomcat 6
Classification: Unclassified
Component: Catalina (show other bugs)
Version: 6.0.7
Hardware: All All
: P2 normal (vote)
Target Milestone: default
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-01 14:18 UTC by Paul McMahan
Modified: 2007-02-07 14:55 UTC (History)
0 users



Attachments
patch adds support for * as servlet-name in FilterMap.java (2.69 KB, patch)
2007-02-01 14:22 UTC, Paul McMahan
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul McMahan 2007-02-01 14:18:55 UTC
SRV 6.2.5 of the servlet 2.5 spec introduces support for '*' as the servlet-name
in a filter-mapping.  TC6 does not currently support that value as specified. I
will attach a patch shortly.
Comment 1 Paul McMahan 2007-02-01 14:22:39 UTC
Created attachment 19495 [details]
patch adds support for * as servlet-name in FilterMap.java

patch created against https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk
Comment 2 Remy Maucherat 2007-02-07 14:55:31 UTC
Thanks.