Skip to content

Commit

Permalink
Fix ee10 jsp module
Browse files Browse the repository at this point in the history
  • Loading branch information
janbartel committed May 31, 2022
1 parent 4fde2b7 commit d69202f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ ee10

[lib]
lib/ee10-apache-jsp/*.jar
lib/jetty-ee10-apache-jsp-${jetty.version}.jar
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
<servlet id="jsp">
<servlet-name>jsp</servlet-name>
<servlet-class>org.eclipse.jetty.jsp.JettyJspServlet</servlet-class>
<servlet-class>org.eclipse.jetty.ee10.jsp.JettyJspServlet</servlet-class>
<init-param>
<param-name>xpoweredBy</param-name>
<param-value>false</param-value>
Expand Down

0 comments on commit d69202f

Please sign in to comment.