Upgrade embedded Jetty to 8.1.7.v20120910

Bug: issue 1619
Change-Id: Ica04d0c19306da9afcadf3919581632f7df93483
This commit is contained in:
Shawn O. Pearce
2012-10-21 20:16:34 -07:00
parent f121c1bff1
commit ea48b3c250
5 changed files with 31 additions and 15 deletions

View File

@@ -248,7 +248,7 @@ public final class GerritLauncher {
move(jars, "javax.inject-1.jar", extapi);
move(jars, "aopalliance-1.0.jar", extapi);
move(jars, "guice-servlet-", extapi);
move(jars, "servlet-api-", extapi);
move(jars, "tomcat-servlet-api-", extapi);
ClassLoader parent = ClassLoader.getSystemClassLoader();
if (!extapi.isEmpty()) {