- Fix jetty.xml migrate quote handling

- Fix I2PRequestLog javadoc
- Rename jetty-threadpool.jar to jetty-java5-threadpool.jar to match ubuntu symlink
- Bundle jetty-rewrite-handler.jar (20KB) and .xml config to
  make it easier to do rewrites (unused by I2P)
This commit is contained in:
zzz
2012-01-01 17:57:59 +00:00
parent b5f97d0883
commit 33b25b5780
7 changed files with 177 additions and 15 deletions

View File

@@ -502,8 +502,8 @@ public class I2PRequestLog extends AbstractLifeCycle implements RequestLog
/* ------------------------------------------------------------ */
/** Set the log file date format.
* @see {@link RolloverFileOutputStream#RolloverFileOutputStream(String, boolean, int, TimeZone, String, String)}
* @param logFileDateFormat the logFileDateFormat to pass to {@link RolloverFileOutputStream}
* see RolloverFileOutputStream(String, boolean, int, TimeZone, String, String)
* @param logFileDateFormat the logFileDateFormat to pass to RolloverFileOutputStream
*/
public void setFilenameDateFormat(String logFileDateFormat)
{