Commit e6c9c222 by 张乐 Committed by GitHub

Merge pull request #334 from nobodyiam/adjust-tomcat-max-header-size

Increase tomcat header size for longer GET query parameter
parents b90e4164 406a2ece
...@@ -13,3 +13,5 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true ...@@ -13,3 +13,5 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true
# Tomcat configuration # Tomcat configuration
server.tomcat.accept-count=1024 server.tomcat.accept-count=1024
# Increase tomcat header size for longer GET query parameter, should be n * 1024
server.tomcat.maxHttpHeaderSize=10240
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment