Marshall Shi created SHINDIG-1831:
-------------------------------------
Summary: IE8 file download failed when retrieving content through
proxy
Key: SHINDIG-1831
URL: https://issues.apache.org/jira/browse/SHINDIG-1831
Project: Shindig
Issue Type: Bug
Components: Java
Affects Versions: 2.5.0-beta2
Reporter: Marshall Shi
Fix For: 2.5.0-beta2
Http response header has been modified when the refresh is set to -1. However,
in IE8, it needs the original response header been passed through proxy.
Shindig is using cache-control: no-cache and Progma: no-cache header if TTL is
less than or equals to zero. It is not working for IE. IE would expect the
Cache-Control: no-store and progama: "" which are returned from original
content server response. The current shindig code already rewrite the header a
bit in this case, so the proposed fix is to leverage the original header for
cache control and progma.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira