Commit ebd38150cb9d91b67dc801f88dbc1e29bf18ec75
Exists in
master
Merge remote-tracking branch 'origin/2.4.0' into 2.4.0
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
impl/extension/servlet/src/test/java/security/authentication/form/HelperServlet.java
... | ... | @@ -6,7 +6,6 @@ import static org.apache.http.HttpStatus.SC_OK; |
6 | 6 | import java.io.IOException; |
7 | 7 | |
8 | 8 | import javax.servlet.ServletException; |
9 | -import javax.servlet.annotation.WebServlet; | |
10 | 9 | import javax.servlet.http.HttpServlet; |
11 | 10 | import javax.servlet.http.HttpServletRequest; |
12 | 11 | import javax.servlet.http.HttpServletResponse; | ... | ... |
impl/extension/servlet/src/test/java/security/unauthentication/form/HelperServletUnauthenticationSuccess.java
... | ... | @@ -6,7 +6,6 @@ import static org.apache.http.HttpStatus.SC_OK; |
6 | 6 | import java.io.IOException; |
7 | 7 | |
8 | 8 | import javax.servlet.ServletException; |
9 | -import javax.servlet.annotation.WebServlet; | |
10 | 9 | import javax.servlet.http.HttpServlet; |
11 | 10 | import javax.servlet.http.HttpServletRequest; |
12 | 11 | import javax.servlet.http.HttpServletResponse; | ... | ... |