This content has been marked as final.
Show 4 replies
-
1. Re: Tomcat approach to valves
starksm64 Nov 30, 2005 7:50 PM (in response to anil.saldhana)Where exactly is the discussion?
-
2. Re: Tomcat approach to valves
anil.saldhana Nov 30, 2005 9:07 PM (in response to anil.saldhana)Just an opinion of Yoav (Core tomcat developer). Wonder if it is shared by the tomcat dev community in general.
http://marc.theaimsgroup.com/?l=tomcat-dev&m=113096727114985&w=2 -
3. Re: Tomcat approach to valves
starksm64 Nov 30, 2005 10:13 PM (in response to anil.saldhana)I don't see how valves can be done away with in general without a significant change to the filter layer or complete externalization of the authentication layer via 196.
-
4. Re: Tomcat approach to valves
anil.saldhana Nov 30, 2005 11:54 PM (in response to anil.saldhana)I do not think Valves are overengineered. They are powerful integration hooks into the catalina container.
The catalina connector request and response objects that engulf the HttpServletRequest and HttpServletResponse objects, may be big, with too much information.