Attachments Truncated when using Apache/ProxyPass

XMLWordPrintable

    • Type: Bug
    • Resolution: Support Request
    • Priority: Medium
    • None
    • Affects Version/s: 2.5.4
    • Component/s: None
    • Environment:

      RHEL5, x86-64 w/vendor supplied apache 2.2.3
      java version "1.5.0_11"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_11-b03)
      Java HotSpot(TM) 64-Bit Server VM (build 1.5.0_11-b03, mixed mode)
      tomcat 5.5.23

      We're using a ProxyPass to front-end our confluence instance running on a tomcat on port 8070/8079/8075. The configuration looks like this:

      <VirtualHost *:80>
      ServerName wiki
      RewriteEngine on
      RewriteRule ^/$ http://wiki.dlib.indiana.edu/confluence/ [R]
      ProxyPass /confluence/ ajp://feta.dlib.indiana.edu:8079/confluence/
      ProxyPassReverse /confluence/ ajp://feta.dlib.indiana.edu:8079/confluence/
      </VirtualHost>
      <VirtualHost *:80>
      ServerName bugs
      RewriteEngine on
      RewriteRule ^/$ http://bugs.dlib.indiana.edu/jira/ [R]
      ProxyPass /jira/ ajp://feta.dlib.indiana.edu:8079/jira/
      ProxyPassReverse /jira/ ajp://feta.dlib.indiana.edu:8079/jira/
      </VirtualHost>

      When grabbing large attachments, the output is truncated. However, I've verified the filesize in the data directory and I can retrieve the files whole when not going through the proxy. Is there a setting I'm missing?

            Assignee:
            Unassigned
            Reporter:
            Brian Wheeler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: