jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: About SERVLET_SPEC 38

From: Mark Thomas <markt_at_apache.org>
Date: Sat, 28 Jul 2012 01:52:16 +0100

On 23/07/2012 23:16, Shing Wai Chan wrote:
> Proposed Changes:
> 1. *remove 1.6.1* (p.4) as 1.6 is about backward compatibility
> 2. In 11.3.3,
> The Web container registers the listener instances according to the
> interfaces they implement and the order in which they appear in the
> deployment descriptor. During Web application execution, listeners
> *corresponding to a given event* are invoked in the order of their
> registration.
> 3. In p.77 c,
> c. *The listeners are invoked in the order in which they are declared in
> the web.xml as specified below: *
> i. ... (same)
> ii. ... (same)
> iii. ... (same)
> iv. *The methods of implementation of
> javax.servlet.ServletContextAttributeListener,
> **ServletRequestAttributeListener and HttpSessionAttributeListener**are
> invoked in the order in which they have declared when the corresponding
> events are fired.
> *
> =====
> Please let me know if you have any comments.

+1. Looks good to me.

Mark