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>
</Arg>
</Call>
<!-- ============================================================= -->
<!-- Create a TLS (SSL) Context Factory for later reuse -->
<!-- ============================================================= -->
@ -60,7 +60,7 @@
</Array>
</Set>
</New>
<!-- =========================================================== -->
<!-- Create a TLS specific HttpConfiguration based on the -->
<!-- common HttpConfiguration defined in jetty.xml -->
@ -72,7 +72,7 @@
<Call name="addCustomizer">
<Arg>
<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>
</Arg>
</Call>