Subversion Repositories SmartDukaan

Rev

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

Rev 11266 Rev 13853
Line 43... Line 43...
43
		}
43
		}
44
		return 1;
44
		return 1;
45
	}
45
	}
46
 
46
 
47
	public void handleLogin() throws ClientProtocolException, IOException{
47
	public void handleLogin() throws ClientProtocolException, IOException{
48
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/keymaker/login");
48
		HttpGet get = new HttpGet("http://selleraccounts.snapdeal.com/login?service=http%3A%2F%2Fseller.snapdeal.com%2Fj_spring_cas_security_check");
49
		HttpResponse response = null;
49
		HttpResponse response = null;
50
		boolean response_not_null = true;
50
		boolean response_not_null = true;
51
		BufferedReader rd = null;
51
		BufferedReader rd = null;
52
		while(response_not_null){
52
		while(response_not_null){
53
			try {
53
			try {