DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5368>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5368

StandardContextValve changes session state from new to old too late for other Valves





------- Additional Comments From [EMAIL PROTECTED]  2001-12-12 16:37 -------
Attaching a sample implementation.  StandardContextValve is currently added to
the pipeline by o.a.c.core.StandardContext, so I add the new Valve in the same
spot (rather than in o.a.c.startup.ContextConfig).  ContextConfig did reference
SCV, but only as an optimization when searching for an authenticator.


The notFound() method is currently duplicated in both the StandardContextValve,
and the new StandardInitialValve.  Also, I'm not especially attached to the
naming scheme for the new Valve (which is based on the word "initial"), just
wanted to get a patch together.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to