Hi,
The clarification I had in mine was in 14.2.12.1, to the
ServletContextListener's contextInitialized event.  The text in the
Servlet Specification v2.4 is,
"Notification that the web application initialization process is
starting. All
ServletContextListeners are notified of context initialization before
any filter
or servlet in the web application is initialized."

To me the spirit of the above text implies that this event is fired
before session initialization as well.  This text was clarified between
Servlet Spec 2.3 and 2.4.

But it's not explicit enough, and for that you should ask the Servlet
Expert Group (you can find a link for that on the JSR154 home page).

Yoav Shapira
Millennium Research Informatics


>-----Original Message-----
>From: Michael Sudkamp [mailto:[EMAIL PROTECTED]
>Sent: Monday, September 06, 2004 3:51 AM
>To: 'Tomcat Users List'
>Subject: AW: ServletContextListener and HttpSessionActivationListener
>
>Yoav, thanks for your understanding. I've just read the 2.4 spec
regarding
>this and cannot any big clarifications. Can you point me to the chapter
>where you found it.
>
>I find this issue logged as bug #30344. It's exactly what I mean. But
IMO
>this not described in the spec, neither 2.3 nor 2.4.
>
>Michael
>
>> -----Ursprungliche Nachricht-----
>> Von: Shapira, Yoav [mailto:[EMAIL PROTECTED]
>> Gesendet: Freitag, 3. September 2004 15:14
>> An: Tomcat Users List
>> Betreff: RE: ServletContextListener and HttpSessionActivationListener
>>
>>
>>
>> Hi,
>> I think this was clarified in Spec v2.4 to match Michael's
>> opinion, and
>> there's an open issue for Tomcat 5 for this already.
>>
>> Yoav Shapira
>> Millennium Research Informatics
>>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to