i just tested this under 7.0.52 that should have the fix (from 51 on
according to the change log)

but its still this: (if i look into apache-tomcat-7.0.52-src.zip)

 private static String idFor(String url) {
        URL id = ServletContext.class.getResource("resources/" + url);
        if (id == null) {
            id = ServletContext.class.getResource("jsp/resources/" + url);
        }
        return id.toExternalForm();
    }


so it still fails for me.



On 22 January 2014 13:02, Mark Thomas <ma...@apache.org> wrote:

> On 22/01/2014 11:56, Johan Compagner wrote:
> > this is because tomcat expects that the 2 jars servlet-api.jar and
> > jsp-api.jar are in the same classloader
>
> https://issues.apache.org/bugzilla/show_bug.cgi?id=56016
>
> http://svn.us.apache.org/repos/asf/tomcat/tc7.0.x/trunk/webapps/docs/changelog.xml
>
> Mark
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


-- 
Johan Compagner
Servoy

Reply via email to