|
@@ -121,6 +121,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/sandpay/**").permitAll()
|
|
.antMatchers("/sandpay/**").permitAll()
|
|
|
.antMatchers("/hmpay/**").permitAll()
|
|
.antMatchers("/hmpay/**").permitAll()
|
|
|
.antMatchers("/order/calcSettle").permitAll()
|
|
.antMatchers("/order/calcSettle").permitAll()
|
|
|
|
|
+ .antMatchers("/ossNotify").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|
|
// make sure we use stateless session; session won't be used to
|