[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1353?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James Leigh updated HTTPCLIENT-1353:
------------------------------------

    Attachment: HTTPCLIENT-1353.patch

This revised patch file includes a CacheConfig option 303CachingEnabled, that 
is disabled by default. When this option is enabled, the policy will cache 303 
response if indicated in the response (as it would with other redirect 
responses).
                
> 303 Redirects Should be Cacheable
> ---------------------------------
>
>                 Key: HTTPCLIENT-1353
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1353
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>    Affects Versions: 4.2.5
>            Reporter: James Leigh
>            Assignee: Jon Moore
>            Priority: Minor
>             Fix For: Future
>
>         Attachments: HTTPCLIENT-1353.patch
>
>
> The current HTTP draft indicates that 303 is actually cacheable after all, if 
> indicated by the Cache-Control header.
> http://www.w3.org/Protocols/HTTP/1.1/rfc2616bis/draft-lafon-rfc2616bis-latest.html#rfc.issue.i70-cacheability-of-303
> org.apache.http.impl.client.cache.ResponseCachingPolicy should be changed so 
> that 303 (See Other) is not included in the uncacheableStatuses.

--
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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to