Skip to content

Commit

Permalink
OF-2627: URL-encode username on Admin Console URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
guusdk committed Jul 17, 2023
1 parent 53adb8a commit ce65e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmppserver/src/main/webapp/group-edit.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@
<td>
<c:choose>
<c:when test="${webManager.userManager.isRegisteredUser(member, false)}">
<a href="user-properties.jsp?username=${fn:escapeXml(webManager.userManager.getUser(member).username)}">
<a href="user-properties.jsp?username=${admin:urlEncode(webManager.userManager.getUser(member).username)}">
<c:out value="${webManager.userManager.getUser(member).username}"/>
</a>
</c:when>
Expand Down

0 comments on commit ce65e27

Please sign in to comment.