We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68db665 commit 9be7dbfCopy full SHA for 9be7dbf
src/main/resources/application.yml
@@ -97,16 +97,17 @@ org:
97
- "JSESSIONID"
98
invalidateHttpSession: true
99
defaultSuccessUrl: "/"
100
- failureForwardUrl: "/user/login?login_error=1"
+ failureForwardUrl: "/user/logout"
101
usernameParameter: "j_username"
102
passwordParameter: "j_password"
103
loginPage: "/user/login"
104
antPatternsPublic:
105
+ - "/favicon.ico"
106
+ - "/information"
107
- "/webjars/**"
108
- "/css/**"
109
- "/img/**"
110
- "/js/**"
- - "/favicon.ico"
111
- "/user/login*"
112
- "/user/register*"
113
- "/user/register/**"
@@ -115,7 +116,7 @@ org:
115
116
- "/user/resetPassword/**"
117
- "/user/resetPassword/confirm/**"
118
- "/error*"
- - "/information"
119
+
120
logging:
121
level:
122
root: INFO
0 commit comments