PenguinPaul/google-voice-java

Login access denied

Closed this issue · 4 comments

What steps will reproduce the problem?
1. Call login function from a windows box.
2. JVM gives a login access denied error , even when tocken is being passed.
3.

What is the expected output? What do you see instead?
Login should work successfully.

What version of the product are you using? On what operating system?
Latest as of 31-Aug-2010

Please provide any additional information below.
Problem is resolved by adding following line of code in login method
conn.setInstanceFollowRedirects(false) 

Thanks

Original issue reported on code.google.com by vivek.sh...@gmail.com on 31 Aug 2010 at 2:30

I can confirm this problem in the latest build.

Original comment by gurur...@gmail.com on 3 Sep 2010 at 4:47

Update to my previous comment.  It seems adding the line:
conn.setInstanceFollowRedirects(false) 
resolves the login issue for some of my Android users, but causes a login issue 
for other users.

Original comment by gurur...@gmail.com on 8 Sep 2010 at 4:35

I'm not experienced with the intricacies of the http objects in java. Does 
anyone know what might cause this? Or where we could get some help on this 
issue?

Original comment by liquid...@gmail.com on 6 Jan 2011 at 2:53

  • Changed state: Accepted
People have not been complaining in droves over this critical issue, so I am 
pretty sure it is fixed.

Original comment by malone.j...@gmail.com on 3 Feb 2012 at 3:38

  • Changed state: Fixed