Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
reg-app
Regapp
Commits
e8ceb1fc
Commit
e8ceb1fc
authored
Jul 30, 2020
by
ls1947
Browse files
add security check exception for otp simplecheck
parent
6fc31c60
Changes
1
Hide whitespace changes
Inline
Side-by-side
bwreg-webapp/src/main/java/edu/kit/scc/webreg/sec/SecurityFilter.java
View file @
e8ceb1fc
...
...
@@ -112,6 +112,7 @@ public class SecurityFilter implements Filter {
path
.
startsWith
(
"/error/"
)
||
path
.
startsWith
(
"/oidc/"
)
||
path
.
startsWith
(
"/ferest/"
)
||
path
.
startsWith
(
"/rest/otp/simplecheck/"
)
||
path
.
equals
(
"/favicon.ico"
)
)
{
chain
.
doFilter
(
servletRequest
,
servletResponse
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment