Sign in
潘钊
/
bsth_control
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
6796a9f227694d7c814eb63361149b7ceaf89063
Authored by
王通
2021-07-27 16:07:02 +0800
1 parent
75a9516d
build: skipped
1.dsm反馈
Changes
1
Builds
0
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/main/java/com/bsth/filter/SQLInjectFilter.java
src/main/java/com/bsth/filter/SQLInjectFilter.java
View file @
6796a9f
...
...
@@ -9,7 +9,7 @@ import javax.servlet.http.HttpServletResponse;
9
9
import java.io.IOException;
10
10
import java.util.Enumeration;
11
11
12
-
@Component
12
+
//
@Component
13
13
public class SQLInjectFilter extends BaseFilter{
14
14
15
15
@Override
...
...