nextcloud/lib/private/AppFramework/Routing
Roeland Jago Douma 31f9be7a75
Match slashes in ../{id} resource routes
Fixes #2954

Before we could match on <prefix>/{id} however if the id contains a /
this would not match properly. But since we define the resource routes
internally we now make sure that we match all chars (up until the ?).

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2017-04-04 08:37:11 +02:00
..
RouteActionHandler.php Fix others 2016-07-21 18:13:57 +02:00
RouteConfig.php Match slashes in ../{id} resource routes 2017-04-04 08:37:11 +02:00