Subversion Repositories SmartDukaan

Rev

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

Rev 21598 Rev 21636
Line 25... Line 25...
25
	   registry.addResourceHandler(RESOURCES_PATTERN).addResourceLocations(RESOURCES_LOCATION);
25
	   registry.addResourceHandler(RESOURCES_PATTERN).addResourceLocations(RESOURCES_LOCATION);
26
	}
26
	}
27
	
27
	
28
	@Override
28
	@Override
29
	public void addInterceptors(InterceptorRegistry registry) {
29
	public void addInterceptors(InterceptorRegistry registry) {
30
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/login", "/login/");
30
		//registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/login", "/login/");
31
	}
31
	}
32
	
32
	
33
}
33
}