Yaffs site version 1.1
[yaffs-website] / vendor / symfony / browser-kit / Client.php
index e6911d1b0707b5a182cbd25e47fa27dbd057a174..286f2f98c45d1ac309de9f8ab8a7466ef28a390d 100644 (file)
@@ -474,7 +474,7 @@ abstract class Client
 
         $request = $this->internalRequest;
 
-        if (in_array($this->internalResponse->getStatus(), array(302, 303))) {
+        if (in_array($this->internalResponse->getStatus(), array(301, 302, 303))) {
             $method = 'GET';
             $files = array();
             $content = null;