Skip to content
Unverified Commit 31f9be7a authored by Roeland Jago Douma's avatar Roeland Jago Douma
Browse files

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: default avatarRoeland Jago Douma <roeland@famdouma.nl>
parent ec537730
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment