Fixed setting of redirect URL
authorAlexander Ebert <ebert@woltlab.com>
Fri, 12 Jul 2013 20:06:04 +0000 (22:06 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Jul 2013 20:06:04 +0000 (22:06 +0200)
wcfsetup/install/files/lib/util/HTTPRequest.class.php

index c341794c6b17124962f893cd08eb723d65bb02df..909ac08ba2cdee090421ea07648b10a6849a3224 100644 (file)
@@ -247,6 +247,7 @@ final class HTTPRequest {
                                $newRequest->execute();
                                
                                // update data with data from the inner request
+                               $this->url = $newRequest->url;
                                $this->statusCode = $newRequest->statusCode;
                                $this->replyHeaders = $newRequest->replyHeaders;
                                $this->replyBody = $newRequest->replyBody;