|
@@ -40,7 +40,7 @@ public class DefaultWebMvcConfigurerAdapter extends WebMvcConfigurerAdapter {
|
|
|
|
|
|
@Bean
|
|
|
public RequestPermissionInterceptor getRequestPermissionInterceptor() {
|
|
|
- String[] exclusions = new String[]{".*login.*"};
|
|
|
+ String[] exclusions = new String[]{".*login.*", ".*\\[getLoginUser\\].*"};
|
|
|
return new RequestPermissionInterceptor(redisClient, exclusions) {
|
|
|
|
|
|
@Override
|