encoding as plus issue when I've tested IE or older php versions does not have
such behaviour. Should fix bug #
1076733.
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8615
7612ce4b-ef26-0410-bec9-
ea0150e637f0
// version
//set all the Cache Control Headers for IE
if ($isIE) {
- $filename=urlencode($filename);
+ $filename=rawurlencode($filename);
header ("Pragma: public");
header ("Cache-Control: no-store, max-age=0, no-cache, must-revalidate"); # HTTP/1.1
header ("Cache-Control: post-check=0, pre-check=0", false);