354466 - Typo in example config of jetty-plus.xml

This commit is contained in:
Jan Bartel 2011-08-11 19:31:47 +10:00
parent 365bc6bb67
commit 9315e1896d
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ jetty-7.5.0-SNAPSHOT
+ 353862 Improve performance of QuotedStringTokenizer.quote()
+ 354014 Content-Length is passed to wrapped response in GZipFilter
+ 354204 Charset encodings property file not used
+ 354466 Typo in example config of jetty-plus.xml
jetty-7.4.4.v20110707 July 7th 2011
+ 308851 Converted all jetty-client module tests to JUnit 4

View File

@ -26,7 +26,7 @@
<!-- the web.xml file. -->
<!-- =========================================================== -->
<!--
<Call name="addLoginService">
<Call name="addBean">
<Arg>
<New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
<Set name="name">xyzrealm</Set>