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 afbbe11 commit c087728Copy full SHA for c087728
opengrok-web/src/main/webapp/rss.jsp
@@ -97,8 +97,8 @@ org.opengrok.web.PageConfig"
97
}
98
99
requestURL += request.getContextPath();
100
- requestURL += Prefix.HIST_L + cfg.getPath() + "#" + entry.getRevision();
101
- %><%= Util.htmlize(requestURL) %></link>
+ requestURL += Prefix.HIST_L + Util.uriEncodePath(cfg.getPath()) + "#" + Util.uriEncode(entry.getRevision());
+ %><%= requestURL %></link>
102
<description><%
103
for (String e : entry.getMessage().split("\n")) {
104
%>
0 commit comments