I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Mar 03, 2017
    • zzz's avatar
      Debian builds: · b72085bc
      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
      b72085bc
  2. Mar 01, 2017
  3. Feb 28, 2017
  4. Feb 27, 2017
  5. Jan 26, 2017
    • zzz's avatar
      Use the EL API and compiler from Jetty, not old Tomcat · 1a28a2af
      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.
      1a28a2af
  6. Jan 06, 2017
  7. Dec 15, 2016
    • zzz's avatar
      Debian: Updates · 0a1cd205
      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
      0a1cd205
  8. Dec 02, 2016
  9. Nov 17, 2016
  10. Nov 05, 2016
  11. Oct 26, 2016
  12. Oct 22, 2016
  13. Oct 21, 2016
  14. Aug 19, 2016
  15. Jul 10, 2016
  16. Apr 17, 2016
  17. Apr 07, 2016
    • zzz's avatar
      Debian: · 094cf14d
      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
      094cf14d
  18. Apr 03, 2016
  19. Apr 01, 2016
    • zzz's avatar
      Debian: · e2f048b2
      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
      e2f048b2
  20. Jan 06, 2016
  21. Nov 19, 2015
  22. Nov 04, 2015
  23. Oct 17, 2015
  24. Sep 21, 2015
  25. Aug 09, 2015
  26. Aug 02, 2015
  27. Jun 28, 2015
  28. Jun 25, 2015
  29. May 02, 2015
  30. Mar 20, 2015
    • zzz's avatar
      Console: · 7f472e4e
      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
      7f472e4e
  31. Mar 16, 2015
  32. Feb 10, 2015
  33. Oct 31, 2014
  34. Sep 18, 2014
  35. Aug 03, 2014
    • zzz's avatar
      * Console: · b28eb708
      zzz authored
         - Fix update buttons
         - Don't filter parameter names starting with "nofilter_"
         - Re-allow configadvanced, news URL, and unsigned update URL if routerconsole.advanced=true
         - Re-allow plugin install if routerconsole.advanced=true or routerconsole.enablePluginInstall=true
         - Only allow whitelisted plugin signers, unless routerconsole.allowUntrustedPlugins=true
         - Re-allow clients.config changes if routerconsole.advanced=true or routerconsole.enableClientChange=true
         - More escaping
       * i2psnark: Fix add torrent form
      b28eb708
  36. Jul 26, 2014
Loading