-
Type:
Suggestion
-
Resolution: Fixed
-
None
-
Component/s: Server - Installer / Setup
-
None
Add possibility to set maxHttpHeaderSize using environment variable ATL_TOMCAT_MAXHTTPHEADERSIZE.
Default should remain unchanged at 8192.
This cloud be accomplished by changing config/server.xml.j2:
---a/config/server.xml.j2 +++ b/config/server.xml.j2 @@ -28,7 +28,7 @@ relaxedPathChars="[]|" relaxedQueryChars="[]|{}^\`"<>" bindOnInit="false" - maxHttpHeaderSize="8192" + maxHttpHeaderSize="{{ atl_tomcat_maxhttpheadersize | default('8192') }}" useBodyEncodingForURI="true" disableUploadTimeout="true" />
If you give me push rights, i will upload a feature branch containing the fix.