Merge branch 'stable-2.7'
* stable-2.7: Correctly handle paths with URL-escaped characters
This commit is contained in:
@@ -491,7 +491,7 @@ public class Dispatcher {
|
||||
}
|
||||
|
||||
if (!rest.isEmpty()) {
|
||||
Patch.Key p = new Patch.Key(ps, rest);
|
||||
Patch.Key p = new Patch.Key(ps, KeyUtil.decode(rest));
|
||||
patch(token, base, p, 0, null, null, panel);
|
||||
} else {
|
||||
if (panel == null) {
|
||||
|
||||
Reference in New Issue
Block a user