This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/main by this push: new eb6f656c0f Clean-up. No functional change. eb6f656c0f is described below commit eb6f656c0fddc3a1ecfac2fca84ad122239b2944 Author: Mark Thomas <ma...@apache.org> AuthorDate: Sun Aug 21 17:06:13 2022 +0100 Clean-up. No functional change. --- java/org/apache/catalina/authenticator/SavedRequest.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/java/org/apache/catalina/authenticator/SavedRequest.java b/java/org/apache/catalina/authenticator/SavedRequest.java index ee088e2620..6f4c3288c7 100644 --- a/java/org/apache/catalina/authenticator/SavedRequest.java +++ b/java/org/apache/catalina/authenticator/SavedRequest.java @@ -16,7 +16,6 @@ */ package org.apache.catalina.authenticator; - import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; @@ -29,7 +28,6 @@ import jakarta.servlet.http.Cookie; import org.apache.tomcat.util.buf.ByteChunk; - /** * Object that saves the critical information from a request so that * form-based authentication can reproduce it once the user has been --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org