_______________________________________
From: Leon Rosenberg [rosenberg.l...@gmail.com]
Subject: Re: getting the request that created the session

>  would ServletRequestListener being notified prior to any Filter execution?

According to the docs, yes.

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

http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequestListener.html 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to