Skip to content
This repository has been archived by the owner on Jun 3, 2020. It is now read-only.
Permalink
Browse files Browse the repository at this point in the history
1181152 - WebUI -> Admin -> Users XSS
  • Loading branch information
jiridostal committed Sep 9, 2015
1 parent d22c41b commit f3792c7
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -55,7 +55,9 @@
sortable="false"
headerkey="realname.displayname"
attr="userLastName">
<c:out value="<a href=\"mailto:${current.address}\">${current.userLastName}, ${current.userFirstName}</a>" escapeXml="true"/>
<c:out value="<a href=\"mailto:${current.address}\">" escapeXml="false" />
<c:out value="${current.userLastName}, ${current.userFirstName}" escapeXml="true" />
<c:out value="</a>" escapeXml="false" />
</rl:column>
<rl:column bound="false"
sortable="false"
Expand Down

0 comments on commit f3792c7

Please sign in to comment.