Issue #3011 - Move HttpCompliance to HttpConfiguration.
Fixed jetty-https.xml. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>
This commit is contained in:
parent
aeb200e583
commit
99d1983ebd
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue