Skip to content

Commit 51d128f

Browse files
PR #355 - changes from review
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
1 parent d584c30 commit 51d128f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

runtime/runtime_impl_jetty12/src/main/java/com/google/apphosting/runtime/jetty/ee8/AppEngineWebAppContext.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ public class AppEngineWebAppContext extends WebAppContext {
9696
private static final Map<String, String> DEPRECATED_PACKAGE_NAMES = ImmutableMap.of(
9797
"org.eclipse.jetty.servlets", "org.eclipse.jetty.ee8.servlets",
9898
"org.eclipse.jetty.servlet", "org.eclipse.jetty.ee8.servlet",
99-
"com.google.apphosting.runtime.jetty9", "com.google.apphosting.runtime.jetty.ee8"
99+
"com.google.apphosting.runtime.jetty9.NamedDefaultServlet", "com.google.apphosting.runtime.jetty.ee8.NamedDefaultServlet",
100+
"com.google.apphosting.runtime.jetty9.NamedJspServlet", "com.google.apphosting.runtime.jetty.ee8.NamedJspServlet",
101+
"com.google.apphosting.runtime.jetty9.ResourceFileServlet", "com.google.apphosting.runtime.jetty.ee8.ResourceFileServlet"
100102
);
101103

102104
@Override

0 commit comments

Comments
 (0)