- Jan 25, 2022
-
-
zzz authored
-
- Nov 23, 2020
-
-
zzz authored
i2ptunnel: Remove dup link to nonexistent theme favicon.ico
-
- Mar 10, 2018
-
-
zzz authored
Don't compress js Set charset for war resources
-
- Dec 02, 2016
-
-
zzz authored
-
- Aug 21, 2016
-
-
zzz authored
Add links to /logs Add some headers to the history.txt jsp javadocs
-
- Oct 17, 2015
-
-
zzz authored
-
- Nov 21, 2012
-
-
zzz authored
Convert LocaleWebAppHandler from extending WebAppContext to extending HandlerWrapper, since handle() is now final in WebAppContext. Untested.
-
- Mar 14, 2012
-
-
zzz authored
- Set default cache-control for webapps and eepsite - Disable dir listing for console webapps * WebAppStarter: Remove static log
-
- Dec 24, 2011
-
-
zzz authored
- Fix nowebapp.jsp for non-started webapps - Fix nowebapp.jsp for url /foo for non-started webapp foo
-
- Dec 23, 2011
-
-
zzz authored
Jetty 6 package. - Add several jars from the Jetty 6 distribution - Update jetty.xml - Add context XML files - Update WorkingDir to migrate the content XML files - Update RouterConsoleRunner and LocaleWebAppHandler - Remove all old Jetty 5.1.15 local mods; this will break Seedless using a custom Server() constructor - Update I2PRequestLog to be a mod of NCSARequestLog from 6.1.26 - Put I2PRequestLog in its own jar - Copy MultiPartRequest and other required classes from Jetty 5.1.15 and add it to susimail, as the replacement MultiPartFilter in Jetty 6 is difficult to migrate to, and does not support content-type - Update i2psnark for Jetty 6 - Disable i2psnark RunStandalone, unused and instantiated Jetty 5 - Fix up all webapp build.xml to reference new jars Not yet working: Plugin/webapp run detection and stopping, eepsite CGI Not well tested: Plugins, classpaths, webapps
-
- Nov 14, 2011
-
-
zzz authored
-
- Dec 03, 2010
-
-
zzz authored
-
- Nov 17, 2010
-
-
zzz authored
-
- Jun 29, 2010
-
-
zzz authored
-
- Oct 18, 2009
-
-
zzz authored
- Persistent lang setting with routerconsole.lang=xx - Loading any page with ?lang=xx changes the persistent setting - Add a custom Jetty handler to load foo_xx.jsp if it exists for language xx. This is for jsp files with lots of text in them. Otherwise use inline translate methods. Not for included jsps. - Add a script to create and update messages_xx.po translation files, and create ResourceBundles from them - Add class to translate strings from cached ResourceBundles - Add translate wrappers to HelperBase, FormHandler, and *Renderer, so calls can be made from both jsp and java files - Add two example translations on configupdate.jsp - one in the jsp itself and one in the helper. - This is for strings in routerconsole only. Will be expanded to other webapps and the router later.
-