From 406a2ecef8ed607863be50f020a2f80c48d86a69 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Wed, 20 Jul 2016 17:16:36 +0800 Subject: [PATCH] Increase tomcat header size for longer GET query parameter --- apollo-common/src/main/resources/application.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apollo-common/src/main/resources/application.properties b/apollo-common/src/main/resources/application.properties index eda8ab06b..3faf7f7a4 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 -- GitLab