Skip to content

Commit 3bb9fa0

Browse files
authored
Merge pull request #1329 from sap-contributions/main
fix #1289: allowSchemeMismatch=true for tomcat server.xml
2 parents 7dc3b71 + a5c3408 commit 3bb9fa0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/java/resources/files/tomcat/conf/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<Service name='Catalina'>
2222
<Connector port='${http.port}' bindOnInit='false' connectionTimeout='20000' keepAliveTimeout='120000'>
23-
<UpgradeProtocol className='org.apache.coyote.http2.Http2Protocol' />
23+
<UpgradeProtocol className='org.apache.coyote.http2.Http2Protocol' allowSchemeMismatch='true'/>
2424
</Connector>
2525

2626
<Engine defaultHost='localhost' name='Catalina'>

0 commit comments

Comments
 (0)