This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push: new 75ff7e8622 Fix back-port 75ff7e8622 is described below commit 75ff7e8622edcc024b268677aa789ee8f0880ecc Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Dec 4 07:27:40 2024 +0000 Fix back-port --- webapps/examples/jsp/security/protected/index.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapps/examples/jsp/security/protected/index.jsp b/webapps/examples/jsp/security/protected/index.jsp index 987a30fd18..f4c90b8b71 100644 --- a/webapps/examples/jsp/security/protected/index.jsp +++ b/webapps/examples/jsp/security/protected/index.jsp @@ -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> <% } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org