We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ab634 commit 963fdc9Copy full SHA for 963fdc9
opengrok-web/src/main/webapp/rss.jsp
@@ -95,7 +95,7 @@ org.opengrok.web.PageConfig"
95
requestURL += ":" + port;
96
}
97
98
- requestURL += request.getContextPath();
+ requestURL += Util.uriEncodePath(request.getContextPath());
99
requestURL += Prefix.HIST_L + Util.uriEncodePath(cfg.getPath()) + "#" + Util.uriEncode(entry.getRevision());
100
%><%= requestURL %></link>
101
<description><%
0 commit comments