Skip to content

Commit

Permalink
Fix back-port
Browse files Browse the repository at this point in the history
  • Loading branch information
markt-asf committed Dec 4, 2024
1 parent c2f7ce2 commit 75ff7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapps/examples/jsp/security/protected/index.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ To add some data to the authenticated session, enter it here:
<tr>
<td><%= util.HTMLFilter.filter(name) %></td>
<td><%= util.HTMLFilter.filter(value) %></td>
<td><a href='<%= response.encodeURL("index.jsp?dataName=" + URLEncoder.encode(name, StandardCharsets.UTF_8)) %>'>delete</a></td>
<td><a href='<%= response.encodeURL("index.jsp?dataName=" + URLEncoder.encode(name, "UTF-8")) %>'>delete</a></td>
</tr>
<%
}
Expand Down

0 comments on commit 75ff7e8

Please sign in to comment.