c979d65ee6
- Add UTF-8 test script
...
- Fix non-UTF-8 comment in Jetty source File
2011-02-03 19:27:49 +00:00
sponge
965b2611b3
Evolve, document how the URI path fix works. Fix 302 redirects so they URL encode properly. bump to -1
2010-12-26 20:45:29 +00:00
sponge
923c3d8b4c
Fix 302 redirect so that it encodes the URI path properly.
2010-12-26 18:45:13 +00:00
sponge
925f9d0a28
Add virgin ResourceHandler.java file
2010-12-26 18:13:14 +00:00
2baee7413c
* Replace size() <= 0 with isEmpty() everywhere, ditto > 0 -> !isEmpty()
2010-05-05 16:51:54 +00:00
abc23e9a49
* Move almost all uses of StringBuffer to StringBuilder,
...
for efficiency (thanks Arsene for the suggestion)
2009-07-01 16:00:43 +00:00
833ebd0714
Jetty: Fix temp dir handling, which was causing susidns not to start on windows.
...
Jetty forms the temp directory name from, among other things, the bound
address. The patch in 0.7.2 to bind to IPV6 addresses led to ':' in the
directory name, which is not allowed on windows. Change these to '_'.
2009-04-23 18:29:46 +00:00
9f57be5f03
* Jetty: Add a I2PRequestLog class to log request dest hash
2008-11-09 16:05:13 +00:00