Package: jetty8 / 8.1.16-4

Metadata

Package Version Patches format
jetty8 8.1.16-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
annotations find asm commons.patch | (download)

jetty-annotations/pom.xml | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 annotations-find-asm-commons


disable osgi tests.patch | (download)

jetty-osgi/pom.xml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 disable-osgi-tests

maven bundle plugin version.patch | (download)

pom.xml | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 maven-bundle-plugin-version

disable modules.patch | (download)

pom.xml | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 disable-modules

aggregate doc.patch | (download)

pom.xml | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 aggregate-doc

adjust configuration.patch | (download)

jetty-distribution/src/main/resources/start.ini | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 adjust the configuration of the default distribution
fix servletcontext security check.patch | (download)

jetty-server/src/main/java/org/eclipse/jetty/server/handler/ContextHandler.java | 47 42 + 5 - 0 !
1 file changed, 42 insertions(+), 5 deletions(-)

 servletcontext.getclassloader should only check privileges if a securitymanager exists.
 This modification is required to use the JSP compiler from Tomcat 7
initialize tomcat jasper.patch | (download)

jetty-webapp/src/main/java/org/eclipse/jetty/webapp/WebAppContext.java | 28 28 + 0 - 0 !
1 file changed, 28 insertions(+)

 add an instancemanager in the servletcontext to integrate tomcat jasper with jetty.