Subversion Repositories SmartDukaan

Rev

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

Rev 30275 Rev 31202
Line 46... Line 46...
46
	@Override
46
	@Override
47
	public void addInterceptors(InterceptorRegistry registry) {
47
	public void addInterceptors(InterceptorRegistry registry) {
48
		// registry.addInterceptor()
48
		// registry.addInterceptor()
49
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
49
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
50
				"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
50
				"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
51
				"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**");
51
				"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits");
52
		registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
52
		registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
53
				"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
53
				"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
54
				"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**");
54
				"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits");
55
	}
55
	}
56
 
56
 
57
	@Override
57
	@Override
58
	public void addFormatters(FormatterRegistry registry) {
58
	public void addFormatters(FormatterRegistry registry) {
59
		DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
59
		DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();