docker image: maxHttpHeaderSize by environment variable

XMLWordPrintable

      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.

            Assignee:
            Dave Chevell
            Reporter:
            Bruno Jost
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: