niko-dunixi / google-voice-java

Automatically exported from code.google.com/p/google-voice-java
0 stars 0 forks source link

Login access denied #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
I can confirm this problem in the latest build.

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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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