Subversion Repositories SmartDukaan

Rev

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

Rev 12065 Rev 13854
Line 83... Line 83...
83
		return 1;
83
		return 1;
84
	}
84
	}
85
 
85
 
86
	public void handleLogin() throws ClientProtocolException, IOException{
86
	public void handleLogin() throws ClientProtocolException, IOException{
87
		logger.info("----Inside Handle Login ----" );
87
		logger.info("----Inside Handle Login ----" );
88
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
88
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/login?service=http%3A%2F%2Fseller.snapdeal.com%2Fj_spring_cas_security_check");
89
		HttpResponse response = null;
89
		HttpResponse response = null;
90
		boolean retry = true;
90
		boolean retry = true;
91
		while(retry){
91
		while(retry){
92
			try {
92
			try {
93
				response = httpClient.execute(get);
93
				response = httpClient.execute(get);