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
commit 3f26f984304ae6874406886f28fc38e6fb6bde2b Author: Mark Thomas <ma...@apache.org> AuthorDate: Fri Dec 6 15:46:11 2024 +0000 Remove unused import --- webapps/examples/jsp/security/protected/index.jsp | 1 - 1 file changed, 1 deletion(-) diff --git a/webapps/examples/jsp/security/protected/index.jsp b/webapps/examples/jsp/security/protected/index.jsp index f4c90b8b71..4d02f73268 100644 --- a/webapps/examples/jsp/security/protected/index.jsp +++ b/webapps/examples/jsp/security/protected/index.jsp @@ -15,7 +15,6 @@ limitations under the License. --%> <%@ page import="java.net.URLEncoder" %> -<%@ page import="java.nio.charset.StandardCharsets" %> <%@ page import="java.security.Principal" %> <%@ page import="java.util.Enumeration" %> <%@ page import="org.apache.catalina.TomcatPrincipal" %> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org