354466 - Typo in example config of jetty-plus.xml
This commit is contained in:
parent
365bc6bb67
commit
9315e1896d
|
@ -17,6 +17,7 @@ jetty-7.5.0-SNAPSHOT
|
||||||
+ 353862 Improve performance of QuotedStringTokenizer.quote()
|
+ 353862 Improve performance of QuotedStringTokenizer.quote()
|
||||||
+ 354014 Content-Length is passed to wrapped response in GZipFilter
|
+ 354014 Content-Length is passed to wrapped response in GZipFilter
|
||||||
+ 354204 Charset encodings property file not used
|
+ 354204 Charset encodings property file not used
|
||||||
|
+ 354466 Typo in example config of jetty-plus.xml
|
||||||
|
|
||||||
jetty-7.4.4.v20110707 July 7th 2011
|
jetty-7.4.4.v20110707 July 7th 2011
|
||||||
+ 308851 Converted all jetty-client module tests to JUnit 4
|
+ 308851 Converted all jetty-client module tests to JUnit 4
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<!-- the web.xml file. -->
|
<!-- the web.xml file. -->
|
||||||
<!-- =========================================================== -->
|
<!-- =========================================================== -->
|
||||||
<!--
|
<!--
|
||||||
<Call name="addLoginService">
|
<Call name="addBean">
|
||||||
<Arg>
|
<Arg>
|
||||||
<New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
|
<New class="org.eclipse.jetty.plus.jaas.JAASLoginService">
|
||||||
<Set name="name">xyzrealm</Set>
|
<Set name="name">xyzrealm</Set>
|
||||||
|
|
Loading…
Reference in New Issue