Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Change to default jsp servlet

Hi,

With release 9.2.6, jetty will be changing the default jsp servlet
from org.apache.jasper.servlet.JspServlet to
org.eclipse.jetty.jsp.JettyJspServlet.

The new class is a subclass of the o.a.j.s.JspServlet class.

This change is in response to this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=452261

Here's a link to the commit with the changes:
https://git.eclipse.org/c/jetty/org.eclipse.jetty.project.git/commit/?h=jetty-9.2.x&id=16737804c85fcab8e189fb59105182fa99de1ed3

This change means that we have updated the definition of the jsp
servlet in the webdefault.xml file.

For most users, this change will be transparent.  If, however, you are
using a customized webdefault.xml file, and you are using
<jsp-property-group>s, you should update the jsp servlet definition to
the new class.

If you are using a customized webdefault.xml file and NOT using
<jsp-property-group>s, it is not essential for you to update the jsp
servlet definition, but it is a good idea nonetheless.

regards
Jan
-- 
Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
'Expert Jetty/CometD developer,production,operations advice'


Back to the top