fixed the ordering (again!)
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@3106 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
866255f474
commit
933d797fd1
|
@ -1,5 +1,6 @@
|
||||||
jetty-7.4.1-SNAPSHOT
|
jetty-7.4.1-SNAPSHOT
|
||||||
+ 332907 (work in progress) Added AbstractHandlerContainer.findContainerOf
|
+ 332907 (work in progress) Added AbstractHandlerContainer.findContainerOf
|
||||||
|
+ 336056 Ability to override the computation of the ContextHandler to deploy the DefaultServlet on the HttpService
|
||||||
+ 340040 Support for a total timeout
|
+ 340040 Support for a total timeout
|
||||||
+ 343083 Set nested dispatch type and connection
|
+ 343083 Set nested dispatch type and connection
|
||||||
+ 343172 Check package implementor for version
|
+ 343172 Check package implementor for version
|
||||||
|
@ -20,7 +21,6 @@ jetty-7.4.1-SNAPSHOT
|
||||||
+ JETTY-1326 Invoker names not hashCode based
|
+ JETTY-1326 Invoker names not hashCode based
|
||||||
+ JETTY-1343 IllegalArgumentException for bad % encodings
|
+ JETTY-1343 IllegalArgumentException for bad % encodings
|
||||||
+ JETTY-1347 Updated ServletHander javadoc
|
+ JETTY-1347 Updated ServletHander javadoc
|
||||||
+ 336056 Ability to override the computation of the ContextHandler to deploy the DefaultServlet on the HttpService
|
|
||||||
|
|
||||||
jetty-7.4.0.v20110414
|
jetty-7.4.0.v20110414
|
||||||
+ 342504 Scanner Listener
|
+ 342504 Scanner Listener
|
||||||
|
|
Loading…
Reference in New Issue