Skip to content

Commit 4a13459

Browse files
committed
need to do more encoding
1 parent 8dfb620 commit 4a13459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/opensolaris/opengrok/web/PageConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,7 @@ public String getLatestRevisionLocation() {
12371237

12381238
sb.append(req.getContextPath());
12391239
sb.append(Prefix.XREF_P);
1240-
sb.append(path);
1240+
sb.append(Util.URIEncodePath(path));
12411241
sb.append("?r=");
12421242
sb.append(Util.URIEncode(getLatestRevision()));
12431243

0 commit comments

Comments
 (0)