Community
Participate
Working Groups
org.eclipse.help.webapp does not need to depend directly on org.apache.jasper since it already depends on org.eclipse.equinox.jsp.jasper.registry which itself depends on org.apache.jasper. Rather than specifying a version of org.apache.jasper in o.e.help.webapp we should let the equinox bundles select the appropriate version of Jasper. See also Bug 309529 - Migrate equinox to jetty8
This change has been committed to master with commit message: Bug 360465 - [Webapp] Remove dependency on org.apache.jasper from org.eclipse.help.webapp
I started thinking about this a bit and it occurred to me that the webapp may have needed the dependency to org.apache.jasper at some point because of the compiled jsp classes. So I started to trace the code and it appears the pre-compiled jsps are never used at runtime. Chris, are you certain these precompiled JSPs get used at runtime?
No, I'm not certain. I'll look into that.
(In reply to comment #3) > No, I'm not certain. I'll look into that. > The pre-compiled JSP classes are not used. See bug 367102.