[Bug 49922] ApplicationFilterChain more than the same filter

2018-12-26 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=49922

Mark Thomas  changed:

   What|Removed |Added

 CC||hzx20112...@gmail.com

--- Comment #4 from Mark Thomas  ---
*** Bug 63039 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 49922] ApplicationFilterChain more than the same filter

2013-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49922

--- Comment #3 from Christopher Schultz  ---
(In reply to comment #2)
> While
> 
> a) I do not have a use case where calling the same filter several times
> would be useful, and
> 
> b) I find this feature of allowing only 1 instance of Filter per FilterChain
> useful and lessing the overall confusion,
> 
> I think that this feature is not what is written in the specification.

Can this not be solved by declaring the same filter twice like this:


  Filter Copy 1
  ...


  Filter Copy 2
  ...


...


  Filter Copy 1
  *.jsp


  Filter Copy 1
  /foo/*


The above should apply both filters to e.g. /foo/bar.jsp

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 49922] ApplicationFilterChain more than the same filter

2013-01-08 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49922

--- Comment #2 from Konstantin Kolinko  ---
While

a) I do not have a use case where calling the same filter several times would
be useful, and

b) I find this feature of allowing only 1 instance of Filter per FilterChain
useful and lessing the overall confusion,

I think that this feature is not what is written in the specification.

I raised
https://java.net/jira/browse/SERVLET_SPEC-52


There is a test case for this feature in TestStandardContext class. See
r1004006 r1022068 .

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



DO NOT REPLY [Bug 49922] ApplicationFilterChain more than the same filter

2010-10-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=49922

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Mark Thomas  2010-10-03 13:27:35 EDT ---
Fixed in trunk and will be included in 7.0.4 onwards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org