一、请求头过长
加上maxHttpHeaderSize ="102400"
,maxPostSize
设置为0,不限制,看版本来设置,8.5不需要设置。
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" maxHttpHeaderSize ="102400" maxPostSize="0"/>
加上maxHttpHeaderSize ="102400"
,maxPostSize
设置为0,不限制,看版本来设置,8.5不需要设置。
<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443" maxHttpHeaderSize ="102400" maxPostSize="0"/>