https://issues.apache.org/bugzilla/show_bug.cgi?id=57284
--- Comment #8 from Remy Maucherat <[email protected]> --- Since the discussion is going on in the Servlet EG, and this is used as a reference, I have to mention this makes no sense to me. - Detaching a filter chain prevents any reuse, its state has to be frozen and thus every invocation would need a new instance - This breaks EE (naming, etc, should be available when invoking the Servlet, here obviously it is not going to happen) - Async invocations likes this should, well, use async instead (the Servlet API async is under the control of the container, and it can provide its EE environment) I think it would be better if Tomcat kept deviations from specifications and established behaviors down to a minimum. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
