Fixed XML syntax to create SecureRequestCustomizer.

This commit is contained in:
Simone Bordet 2015-04-29 09:23:09 +02:00
parent 49168077ce
commit 8bfb50176b
1 changed files with 3 additions and 3 deletions

View File

@ -35,7 +35,7 @@
</New> </New>
</Arg> </Arg>
</Call> </Call>
<!-- ============================================================= --> <!-- ============================================================= -->
<!-- Create a TLS (SSL) Context Factory for later reuse --> <!-- Create a TLS (SSL) Context Factory for later reuse -->
<!-- ============================================================= --> <!-- ============================================================= -->
@ -60,7 +60,7 @@
</Array> </Array>
</Set> </Set>
</New> </New>
<!-- =========================================================== --> <!-- =========================================================== -->
<!-- Create a TLS specific HttpConfiguration based on the --> <!-- Create a TLS specific HttpConfiguration based on the -->
<!-- common HttpConfiguration defined in jetty.xml --> <!-- common HttpConfiguration defined in jetty.xml -->
@ -72,7 +72,7 @@
<Call name="addCustomizer"> <Call name="addCustomizer">
<Arg> <Arg>
<New class="org.eclipse.jetty.server.SecureRequestCustomizer"> <New class="org.eclipse.jetty.server.SecureRequestCustomizer">
<Property name="jetty.ssl.sniHostCheck" default="true"/> <Arg type="boolean"><Property name="jetty.ssl.sniHostCheck" default="true"/></Arg>
</New> </New>
</Arg> </Arg>
</Call> </Call>