- Mar 03, 2017
-
-
zzz authored
- Remove with-libtomcat6-java and with-libtomcat7-java - Replace with-libjetty8-java with-libjetty9-java - Add libtomcat8-java dependency in debian builds - Change libservlet-3.0-java implicit dependency to libservlet-3.1-java - Initial mods for trusty build files, as it does not have jetty 9 - Initial xenial build files - Add link to jetty9-apache-jsp.jar - Add necessary util jars to jsp classpath Non-Debian builds: - Move tomcat runtime from javax.servlet.jar to jasper-runtime.jar, to be consistent with Jetty 8 - Switch from jetty (glassfish) to apache (tomcat) jsp implementation, to be consistent with Debian builds - Drop checked-in Tomcat 6 and Jetty 8 jars Code: - Force Jasper initialization in RouterConsoleRunner since we don't use the Jetty annotation scanner
-
- Feb 28, 2017
-
-
zzz authored
default configurations were not being run. Revert adding JettyJspServlet class, maybe we don't need it after all.
-
- Feb 27, 2017
- Jan 26, 2017
-
-
zzz authored
Bundle the DTDs, as extracted from jetty-schemas-3.1.jar These were in lib/jsp/javax.servlet.jsp-2.2.0.v201112011158.jar in Jetty 8 but are not in any lib/jsp/*.jar in Jetty 9. GPL v2: Copyright 2003-2009 Sun Microsystems, Inc. All rights reserved. Copyright 2004 The Apache Software Foundation Copyright (c) 2009-2013 Oracle and/or its affiliates. All rights reserved.
-
- Jan 06, 2017
-
-
zzz authored
-
- Dec 15, 2016
-
-
zzz authored
- Fix jetty version in build.xml - Make javadoc package priority 'extra' - Beginning of xenial files, Java 8 only, untested - Build doc updates - Add zesty, remove wily in docs
-
- Nov 17, 2016
- Nov 05, 2016
-
-
zzz authored
-
- Oct 26, 2016
-
-
zzz authored
embedders (esp. Android) targetting 1.6 must set javac.version=1.6 in override.properties and set both bootclasspath variables.
-
- Oct 22, 2016
-
-
zzz authored
-
- Oct 21, 2016
-
-
zzz authored
-
- Apr 17, 2016
-
-
zzz authored
-
- Apr 07, 2016
-
-
zzz authored
Prep for dependency on libtomcat7 Doesn't work yet, breaks susidns. glassfish-javaee for jstl.jar and standard.jar version 1.2 won't work with tomcat7, it's ancient and not compatible with recent el libs. Add back option to depend on libjakarta-taglibs-standard and libjstl1.1-java which are version 1.1.2, but not clear if they will work with tomcat7 either, even though they are dependencies of libjetty8-extra-java. We switched from JSTL 1.1.2 to JSTL 1.2 when we went from Jetty 5 to Jetty 6 in 2012. 1.2 libs are not available anywhere except for Glassfish, and Debian only has the ancient Java EE 5 Glassfish 2.1. Not clear there's any way to get susidns (and bote) to work with both Tomcat 6 and 7. - Fix wrong jsp-api version - Fix other minor errors in install and links files. - Log stack trace for Jetty warnings if log level is WARN - SusiDNS: Move standard.jar and jstl.jar out of WEB-INF/lib, where Tomcat 7 build refuses to find them
-
- Apr 03, 2016
-
-
zzz authored
-
- Apr 01, 2016
-
-
zzz authored
Add dependency on libjetty8-java and libservlet3.0-java packages Remove those binaries in debian builds Prep for dependency on libservlet2.5-java package Prep for dependency on libtomcat6-java package Prep for dependency on libtomcat7-java package Prep for dependency on libjakarta-taglibs-standard-java package Prep for dependency on libjstl1.1-java package Add build properties for building with packages Rework of apps/jetty/build.xml for building with packages Redefine debian/ as the files for the jessie build Make debian-alt directories for ubuntu builds Move debian/changelog to debian-alt/trusty/changelog Move debian-alt/jessie/changelog to debian/changelog Add apps/jetty/jettylib/jsp-api.jar to classpath for jsp builds
-
- Nov 19, 2015
-
-
zzz authored
-
- Aug 09, 2015
-
-
zzz authored
targetting 9.2.x for now Requires Java 7
-
- Jun 28, 2015
-
-
zzz authored
-
- May 02, 2015
-
-
zzz authored
-
- Mar 20, 2015
-
-
zzz authored
- Move multipart form support from susimail to jetty-i2p.jar so console can use it - Add multipart form support to formhandler.jsi and FormHandler.java Reseed: - Fix zip magic number - Finish manual reseed from local file package.html files for jetty-i2p.jar
-
- Mar 16, 2015
-
-
zzz authored
-
- Sep 18, 2014
-
-
zzz authored
-
- Jun 10, 2014
-
-
zzz authored
required to precompile jsps with tags (SusiDNS and Bote). As of 6.0.39, these utils are required but they are not bundled in the Tomcat deployer package, the main package is required. This checkin has only the classes required from the jar.
-
- Jun 09, 2014
-
-
zzz authored
* Tomcat 6.0.41
-
- Feb 21, 2014
-
-
zzz authored
-
- Feb 03, 2014
-
-
zzz authored
except for the following which are used by android, to maintain compatibility with very old phones, for now: addressbook.war BOB.jar i2p.jar i2ptunnel.jar mstreaming.jar router.jar streaming.jar
-
zzz authored
- Update to Jetty 8.x, Servlet 3.0, JSP 2.2 - Require Java 6 - Use Servlet and JSP jars from Jetty instead of Tomcat - Tomcat remains at 6.0.37 supporting Servlet 2.5 / JSP 2.1 - Remove Jetty dependency in console error pages - Build files for Jetty 8.1.14 - Doc updates - Delete Jetty 7.6.14 - Jetty 8.1.14 not yet checked in, waiting to see if a new version is released soon, but build will download it for testing
-
- Dec 10, 2013
-
-
zzz authored
-
- Oct 04, 2013
-
-
zzz authored
-
- Aug 11, 2013
-
-
zzz authored
-
- Jun 12, 2013
-
-
zzz authored
(tested with classpath from 0.7.4 wrapper.config) * JettyStart: ditto * Remove references to now-unused jars in build.xml files
-
- May 29, 2013
-
-
zzz authored
* Jetty 7.6.11 * Tomcat 6.0.37
-
- Apr 23, 2013
-
-
zzz authored
I2P fixes for out-of-order nonce counts. Based on DigestAuthenticator in Jetty 7.6.10. Includes the nonce count verification code from Tomcat 7.0.35. ref: http://jira.codehaus.org/browse/JETTY-1468 which was closed not-a-bug. ref: https://bugs.eclipse.org/bugs/show_bug.cgi?id=336443 in which the Jetty implementation was introduced.
-
- Apr 07, 2013
-
-
zzz authored
- Re-enable web downloads for easy jetty updating - Add dependency checking in apps/jetty build - Other build.xml tweaks
-
- Nov 22, 2012
-
-
zzz authored
- Fix eepsite xml files - First cut at updating migration code (untested)
-
- Nov 21, 2012
-
-
zzz authored
-
- Mar 11, 2012
-
-
zzz authored
- Include old commons logging classes in commons-logging.jar - Preserve manifests in Jetty/Tomcat jars * Jetty Logger: Promote warns to erros when a Throwable is the second arg
-
- Mar 04, 2012
-
-
zzz authored
-