init
This commit is contained in:
@@ -25,6 +25,7 @@ public class TenantFilter implements Filter {
|
|||||||
static {
|
static {
|
||||||
IGNORE_URL.add("/login");
|
IGNORE_URL.add("/login");
|
||||||
IGNORE_URL.add("/captchaImage");
|
IGNORE_URL.add("/captchaImage");
|
||||||
|
IGNORE_URL.add("/logout");
|
||||||
}
|
}
|
||||||
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();
|
private static final AntPathMatcher ANT_PATH_MATCHER = new AntPathMatcher();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user