Merge branch 'stable-2.7'

* stable-2.7:
  Correctly handle paths with URL-escaped characters
This commit is contained in:
Shawn Pearce
2013-06-03 13:07:37 +02:00

View File

@@ -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) {