Subversion Repositories SmartDukaan

Rev

Rev 26324 | Rev 26548 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 26324 Rev 26547
Line 15... Line 15...
15
	@Autowired
15
	@Autowired
16
	private MyBasicAuthenticationEntryPoint myBasicAuthenticationEntryPoint;
16
	private MyBasicAuthenticationEntryPoint myBasicAuthenticationEntryPoint;
17
 
17
 
18
	@Override
18
	@Override
19
	public void configure(WebSecurity web) throws Exception {
19
	public void configure(WebSecurity web) throws Exception {
20
		web.ignoring().antMatchers("/resources/**");
20
		web.ignoring().antMatchers("/resources/**").antMatchers("/spicemoney/callback");
21
	}
21
	}
22
 
22
 
23
	@Override
23
	@Override
24
	protected void configure(HttpSecurity http) throws Exception {
24
	protected void configure(HttpSecurity http) throws Exception {
25
		http.
25
		http.