On 30/07/2013 13:01, Mark Thomas wrote:
> On 29/07/2013 01:01, jboy...@apache.org wrote:
>> Author: jboynes
>> Date: Sun Jul 28 23:01:23 2013
>> New Revision: 1507870
>>
>> URL: http://svn.apache.org/r1507870
>> Log:
>> Fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=55287
>>
>> Decouple service loading for ServletContainerInitializers from ContextConfig 
>> and 
>> ensure services defined by the parent ClassLoader are discovered.
> 
> This change appears to have broken SCI detection for SCIs defined in WAR
> files. It is looking in
> /WEB-INF/classes/META-INF/services/javax.servlet.ServletContainerInitializer
> 
> rather than in
> /META-INF/services/javax.servlet.ServletContainerInitializer

Scratch that. I think I was reading the debugger output incorrectly.

Mark


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

Reply via email to