Skip to content

Commit 9be7dbf

Browse files
committed
List of ALL Tasks
1 parent 68db665 commit 9be7dbf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/main/resources/application.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,17 @@ org:
9797
- "JSESSIONID"
9898
invalidateHttpSession: true
9999
defaultSuccessUrl: "/"
100-
failureForwardUrl: "/user/login?login_error=1"
100+
failureForwardUrl: "/user/logout"
101101
usernameParameter: "j_username"
102102
passwordParameter: "j_password"
103103
loginPage: "/user/login"
104104
antPatternsPublic:
105+
- "/favicon.ico"
106+
- "/information"
105107
- "/webjars/**"
106108
- "/css/**"
107109
- "/img/**"
108110
- "/js/**"
109-
- "/favicon.ico"
110111
- "/user/login*"
111112
- "/user/register*"
112113
- "/user/register/**"
@@ -115,7 +116,7 @@ org:
115116
- "/user/resetPassword/**"
116117
- "/user/resetPassword/confirm/**"
117118
- "/error*"
118-
- "/information"
119+
119120
logging:
120121
level:
121122
root: INFO

0 commit comments

Comments
 (0)