On 20/09/2013 16:02, Jeremy Boynes wrote:
> The only ordering concern for SCIs in the spec is that they are 
> "discovered" following the classloader delegation model. This will 
> typically be configured to load application classes first,
> something r1524727 does not do.

The intention of the language around discovery is to clarify the
expected behaviour when both the container and the application provide
an implementation of the same SCI. As with any other class, the
delegation model adopted by the application must be used.

It has no bearing on the order in which one SCI implementation is
loaded with respect to another SCI.

It has no bearing on the order in which one SCI implementation is
invoked with respect to another SCI.

r1524727 is fully compliant with the Servlet spec.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to