diff --git a/apollo-common/src/main/resources/application.properties b/apollo-common/src/main/resources/application.properties index eda8ab06b83d14c48c9bdf79d204b413629445de..3faf7f7a4bcc67526d214596b61fd829e823a9ca 100644 --- a/apollo-common/src/main/resources/application.properties +++ b/apollo-common/src/main/resources/application.properties @@ -13,3 +13,5 @@ spring.jpa.properties.hibernate.globally_quoted_identifiers=true # Tomcat configuration server.tomcat.accept-count=1024 +# Increase tomcat header size for longer GET query parameter, should be n * 1024 +server.tomcat.maxHttpHeaderSize=10240