You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "James Peach (JIRA)" <ji...@apache.org> on 2013/05/11 22:27:15 UTC

[jira] [Created] (TS-1890) authproxy plugin caching and reliability fixes

James Peach created TS-1890:
-------------------------------

             Summary: authproxy plugin caching and reliability fixes
                 Key: TS-1890
                 URL: https://issues.apache.org/jira/browse/TS-1890
             Project: Traffic Server
          Issue Type: Bug
          Components: Plugins
            Reporter: James Peach


While doing some testing on an authproxy deployment, we needed to make a couple of fixes.

Make sure that the requests to the authentication proxy are never cached. We must not accidentally use stale authentication information.
    
Add special handling for Content-Length when authorizing HEAD requests. We should not force the length to zero in this case because the client knows that HEAD responses must always have an empty body. This is really a workaround for a buggy client, hdiutil(1) on Mac OS X.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira