https://issues.apache.org/bugzilla/show_bug.cgi?id=49991

--- Comment #8 from Mark Thomas <ma...@apache.org> 2010-10-19 13:12:05 EDT ---
I've done a little digging on this. The best definition of the required
behaviour is actually in the Javadoc:
<quote>
Interface for receiving notification events about requests coming into and
going out of scope of a web application.
A ServletRequest is defined as coming into scope of a web application when it
is about to enter the first servlet or filter of the web application, and as
going out of scope as it exits the last servlet or the first filter in the
chain. 
</quote>
Looking at Tomcat's current behaviour, it isn't firing the request listener for
the request that displays the login page. That looks like a spec breach to me.
I'll fix that and then see how the test case performs. If the test case is
still broken then I'd lean towards the fixing this in Weld option.

-- 
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

Reply via email to