[
https://issues.apache.org/jira/browse/GERONIMO-4788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743843#action_12743843
]
David Jencks commented on GERONIMO-4788:
----------------------------------------
There was a hidden bug before the previous shcnage. The jsp servilet is
provided with default mappings for sutt like *.jsp, and we didn't check for
explicit mappings from web.xml that override these. Instead, more or less
accidently, the jsp servlet was started first, and any later mappings overwrote
the jsp defaults in the jetty path map. In rev 804562 we directly avaoid any
duplicates by removing any explicit mappings from the default mappings.
> Dont force jasper on every web app whether or not it uses jsps -- for jetty
> ---------------------------------------------------------------------------
>
> Key: GERONIMO-4788
> URL: https://issues.apache.org/jira/browse/GERONIMO-4788
> Project: Geronimo
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Jetty, web
> Affects Versions: 2.2
> Reporter: David Jencks
> Assignee: David Jencks
> Fix For: 2.2
>
>
> Right now both jetty and tomcat require jasper dependencies for every web app
> because the jsp servlet is always included by default. For jetty its fairly
> easy to make the jasper deployer install the jsp servlet. Tomcat might be
> harder.
> For a while now trunk has been showing exceptions on startup because the dojo
> plugins haven't included a jasper dependency; this is the cause.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.