Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 7.5.4 OSGi

Hi,

I just upgraded from 7.4.0 to 7.5.4 and I think there's a bad OSGi header in jetty-jsp-2.1.  It has the fragment host set to the symbolic name "org.apache.jasper.glassfish", but it appears that with the change to the new jar file "jsp-impl-xxx.jar" the fragment host should be "org.glassfish.web.jsp-impl".  Fixing the header to be as I suggest fixed a very nasty problem in our environment ;-)

Cheers,
Craig

Back to the top