aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-02-27 13:43:47 -0800
committerBernhard Posselt <nukeawhale@gmail.com>2013-02-27 13:43:47 -0800
commit2f036bcc5425bc1b67f7caad4da78ab3efd0fba2 (patch)
tree73d71c87014d02af6e4fcbc619f4190575528f13 /lib/base.php
parent8a0d786d66e31d80742f2581ea3838112855e24c (diff)
parent56f3917f362432e1674ba8b319fe8f4726f84dc2 (diff)
downloadnextcloud-server-2f036bcc5425bc1b67f7caad4da78ab3efd0fba2.tar.gz
nextcloud-server-2f036bcc5425bc1b67f7caad4da78ab3efd0fba2.zip
Merge pull request #1972 from owncloud/raw-pathinfo
Use the plain urlencoded path info for the routing matching
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 0e751c0f0ec..f70496912df 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -597,7 +597,7 @@ class OC {
if (!self::$CLI) {
try {
OC_App::loadApps();
- OC::getRouter()->match(OC_Request::getPathInfo());
+ OC::getRouter()->match(OC_Request::getRawPathInfo());
return;
} catch (Symfony\Component\Routing\Exception\ResourceNotFoundException $e) {
//header('HTTP/1.0 404 Not Found');