Skip to content

Commit d584c30

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ 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.ResourceFileServlet", "com.google.apphosting.runtime.jetty.ee8.ResourceFileServlet"
99+
"com.google.apphosting.runtime.jetty9", "com.google.apphosting.runtime.jetty.ee8"
100100
);
101101

102102
@Override

0 commit comments

Comments
 (0)