Fixed parameter encoding
authorAlexander Ebert <ebert@woltlab.com>
Tue, 13 Dec 2016 12:43:04 +0000 (13:43 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 13 Dec 2016 12:43:10 +0000 (13:43 +0100)
wcfsetup/install/files/lib/system/WCFACP.class.php

index 8eb8f2b724576b2d690530e1fe16effe822b46e9..f2cb24d6e0ad6c0062803a92e7c52b9980b2c974 100644 (file)
@@ -153,7 +153,7 @@ class WCFACP extends WCF {
                                
                                HeaderUtil::redirect(
                                        LinkHandler::getInstance()->getLink('Login', [
-                                               'url' => rawurlencode(RouteHandler::getProtocol() . $_SERVER['HTTP_HOST'] . WCF::getSession()->requestURI)
+                                               'url' => RouteHandler::getProtocol() . $_SERVER['HTTP_HOST'] . WCF::getSession()->requestURI
                                        ])
                                );
                                exit;