Increase maxHttpHeaderSize of catalina-server.xml

This commit is contained in:
Vigneshan 2020-11-12 14:30:32 +05:30
parent 1549d2c2a0
commit 052f9dcce6

View File

@ -29,7 +29,7 @@
port="9763"
redirectPort="9443"
bindOnInit="false"
maxHttpHeaderSize="8192"
maxHttpHeaderSize="16384"
acceptorThreadCount="2"
maxThreads="250"
minSpareThreads="50"
@ -54,7 +54,7 @@
port="9443"
bindOnInit="false"
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
maxHttpHeaderSize="8192"
maxHttpHeaderSize="16384"
acceptorThreadCount="2"
maxThreads="250"
minSpareThreads="50"