Skip to content

Commit b50f2e1

Browse files
authored
turn off http2 by default
1 parent b04935d commit b50f2e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

webapp/cas-server-webapp-resources/src/main/resources/application.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ server.compression.enabled=true
2424
server.compression.mime-types=application/javascript,application/json,application/xml,text/html,text/xml,text/plain
2525
server.compression.min-response-size=2KB
2626

27-
server.http2.enabled=true
27+
server.http2.enabled=false
28+
2829
##
2930
# CAS Web Application Embedded Tomcat Configuration
3031
#

0 commit comments

Comments
 (0)