Closed ctron closed 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.
jsp:include
The JSP include gets transformed from /bundle/123/WEB-INF to /bundle/123/file.jsp instead of /bundle/123/WEB-INF/file.jsp.
/bundle/123/WEB-INF
/bundle/123/file.jsp
/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.
JspRuntimeLibrary
getContextRelativePath
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 methodgetContextRelativePath
but either the input is wrong, or the logic inside the method.