Subversion Repositories SmartDukaan

Rev

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

Rev 32238 Rev 32252
Line 40... Line 40...
40
	@Override
40
	@Override
41
	public void addInterceptors(InterceptorRegistry registry) {
41
	public void addInterceptors(InterceptorRegistry registry) {
42
		// registry.addInterceptor()
42
		// registry.addInterceptor()
43
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
43
		registry.addInterceptor(authenticationInterceptor).addPathPatterns("/**").excludePathPatterns("/hdfctest/**",
44
				"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
44
				"/hdfc/**", "/spicemoney/callback", "/login", "/login/", "/forgetPassword", "/forgetPassword/", "/",
45
				"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**");
45
				"/checkplans", "/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**", "/wa-listen");
46
		registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
46
		registry.addInterceptor(roleInterceptor).excludePathPatterns("/hdfctest/**", "/hdfc/**", "/spicemoney/callback",
47
				"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
47
				"/login", "/login/", "/register", "/register/", "/forgetPassword", "/forgetPassword/", "/", "",
48
				"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**");
48
				"/12dashboard34", "/mandii", "/imei/validate", "/fundfina/**", "/virtualaccount/push-credits", "/wa-invoice-send/**", "/wa-listen");
49
	}
49
	}
50
 
50
 
51
	@Override
51
	@Override
52
	public void addFormatters(FormatterRegistry registry) {
52
	public void addFormatters(FormatterRegistry registry) {
53
		DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();
53
		DateTimeFormatterRegistrar registrar = new DateTimeFormatterRegistrar();