xw 6 dienas atpakaļ
vecāks
revīzija
17bad0011b

+ 0 - 2
fs-company/src/main/java/com/fs/framework/config/SecurityConfig.java

@@ -95,9 +95,7 @@ public class SecurityConfig
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/getId**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/uploadOSSByHOOK**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/pay/wxPay/payNotify**")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/test")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download/resource**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-ui.html")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-resources/**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/webjars/**")).permitAll();

+ 0 - 2
fs-framework/src/main/java/com/fs/framework/config/SecurityConfig.java

@@ -110,8 +110,6 @@ public class SecurityConfig
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("//his/pay/*")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/getId**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/chat/upload/uploadFile**")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download**")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download/resource**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/unbindQwUserByServerIds")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-ui.html")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-resources/**")).permitAll();

+ 0 - 2
fs-store/src/main/java/com/fs/framework/config/SecurityConfig.java

@@ -104,8 +104,6 @@ public class SecurityConfig
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/app/voiceApi/callNotify")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/getId**")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download**")).permitAll();
-                    auth.requestMatchers(SecurityPathMatchers.antMatchers("/common/download/resource**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-ui.html")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/swagger-resources/**")).permitAll();
                     auth.requestMatchers(SecurityPathMatchers.antMatchers("/webjars/**")).permitAll();