Skip to content

Commit 75ff7e8

Browse files
committed
Fix back-port
1 parent c2f7ce2 commit 75ff7e8

File tree

1 file changed

+1
-1
lines changed
  • webapps/examples/jsp/security/protected

1 file changed

+1
-1
lines changed

webapps/examples/jsp/security/protected/index.jsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ To add some data to the authenticated session, enter it here:
178178
<tr>
179179
<td><%= util.HTMLFilter.filter(name) %></td>
180180
<td><%= util.HTMLFilter.filter(value) %></td>
181-
<td><a href='<%= response.encodeURL("index.jsp?dataName=" + URLEncoder.encode(name, StandardCharsets.UTF_8)) %>'>delete</a></td>
181+
<td><a href='<%= response.encodeURL("index.jsp?dataName=" + URLEncoder.encode(name, "UTF-8")) %>'>delete</a></td>
182182
</tr>
183183
<%
184184
}

0 commit comments

Comments
 (0)