Subversion Repositories SmartDukaan

Rev

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

Rev 21987 Rev 22037
Line 22... Line 22...
22
import com.spice.profitmandi.web.util.CookiesFetcher;
22
import com.spice.profitmandi.web.util.CookiesFetcher;
23
import com.spice.profitmandi.web.util.GoogleLoginUtil;
23
import com.spice.profitmandi.web.util.GoogleLoginUtil;
24
import com.spice.profitmandi.web.util.MVCResponseSender;
24
import com.spice.profitmandi.web.util.MVCResponseSender;
25
 
25
 
26
@Controller
26
@Controller
27
@Transactional
27
@Transactional(rollbackFor=Throwable.class)
28
public class LoginController {
28
public class LoginController {
29
 
29
 
30
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
30
	private static final Logger LOGGER = LoggerFactory.getLogger(LoginController.class);
31
	
31
	
32
	@Autowired
32
	@Autowired