ctron / package-drone

An OSGI first software artifact repository – Moved to the Eclipse Foundation
https://github.com/eclipse/packagedrone
Eclipse Public License 1.0
39 stars 13 forks source link

Login help does not get shown with Glassfish Jasper #113

Closed ctron closed 9 years ago

ctron commented 9 years ago

The help box realized by jsp:include does not get shows due to some strange behavior between Glassfish Jasper and Equinox JSP.

The JSP include gets transformed from /bundle/123/WEB-INF to /bundle/123/file.jsp instead of /bundle/123/WEB-INF/file.jsp.

The class JspRuntimeLibrary does this job in the method getContextRelativePath but either the input is wrong, or the logic inside the method.