Issue #3011 - Move HttpCompliance to HttpConfiguration.

Fixed jetty-https.xml.

Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
Simone Bordet 2018-11-29 16:41:25 +01:00
parent aeb200e583
commit 99d1983ebd
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
<Arg>
<New class="org.eclipse.jetty.server.HttpConnectionFactory">
<Arg name="config"><Ref refid="sslHttpConfig" /></Arg>
<Arg name="compliance"><Call class="org.eclipse.jetty.http.HttpCompliance" name="valueOf"><Arg><Property name="jetty.http.compliance" default="RFC7230"/></Arg></Call></Arg>
</New>
</Arg>
</Call>