org.mortbay.jetty.Server modified method to accept Attributes for batch webapp launches via addWebApplications().

This commit is contained in:
sponge
2010-02-12 22:15:59 +00:00
parent c145ed103a
commit 6d67848096
3 changed files with 596 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2010-02-12 sponge
* org.mortbay.jetty.Server modified method to accept attributes for
batch webapp launches via addWebApplications.
2010-02-10 zzz
* I2PTunnelRunner: Flush initial data, for some reason it wasn't
getting flushed ever in some cases.