jetty-plus.xml was not finished being ported to jetty-7 because it still referred to addLifeCycle instead of addBean. Also added AnnotationConfiguration in as part of plusConfig
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@1477 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
ac50ff46f3
commit
e89eab77f3
|
@ -5,6 +5,8 @@ jetty-7.1-SNAPSHOT
|
|||
+ 307847 Fixed combining mime type parameters
|
||||
+ 307898 Handle large/async websocket messages
|
||||
+ JETTY-1202 Use platform default algorithm for SecureRandom
|
||||
+ Fix jetty-plus.xml reference to addLifeCycle
|
||||
+ Add AnnotationConfiguration to jetty-plus.xml
|
||||
|
||||
jetty-7.0.2.v20100331
|
||||
+ 297552 Don't call Continuation timeouts from acceptor tick
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<Item>org.eclipse.jetty.webapp.FragmentConfiguration</Item>
|
||||
<Item>org.eclipse.jetty.plus.webapp.EnvConfiguration</Item>
|
||||
<Item>org.eclipse.jetty.plus.webapp.Configuration</Item>
|
||||
<Item>org.eclipse.jetty.annotations.AnnotationConfiguration</Item>
|
||||
<Item>org.eclipse.jetty.webapp.JettyWebXmlConfiguration</Item>
|
||||
<Item>org.eclipse.jetty.webapp.TagLibConfiguration</Item>
|
||||
</Array>
|
||||
|
|
Loading…
Reference in New Issue