dmitry-lt / android-comapping

Automatically exported from code.google.com/p/android-comapping
0 stars 0 forks source link

Session expired #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Client retrieve empty line when getting comap with session expired

Original issue reported on code.google.com by abishev.timur on 25 Apr 2009 at 11:54

GoogleCodeExporter commented 9 years ago

Original comment by abishev.timur on 25 Apr 2009 at 11:55

GoogleCodeExporter commented 9 years ago
If clientId is correct request with incorrect mapId returns 403.
If clientId is not valid request returns 200.

Original comment by abishev.timur on 17 May 2009 at 8:21

GoogleCodeExporter commented 9 years ago
OK. Then it's comapping server issue. Reported to comapping bugzilla.

Original comment by Nickolay...@gmail.com on 18 May 2009 at 11:21

GoogleCodeExporter commented 9 years ago
I think that in second case it should return 401.

Original comment by Nickolay...@gmail.com on 19 May 2009 at 8:37

GoogleCodeExporter commented 9 years ago
403 - you are logged in but not allowed to do the action you want to do.
401 - you are not logged in.

Original comment by Nickolay...@gmail.com on 19 May 2009 at 8:41

GoogleCodeExporter commented 9 years ago
Fixes for comapping server are now deployed on production.
Need to support that in our application.

Original comment by Nickolay...@gmail.com on 16 Jul 2009 at 7:45

GoogleCodeExporter commented 9 years ago
The IOException with "Received authentication challenge is null" message throws 
while trying to getResponseCode, when session expired.

Original comment by passiche...@gmail.com on 19 Jul 2009 at 7:03

GoogleCodeExporter commented 9 years ago
It seems that request to server with such parameters [action=notifier_logout, 
clientId={some clientId}]  doesn't working. Full request: 
"http://go.comapping.com/
cgi-bin/comapping.n?action=notifier_logout&clientId={some clientId}". I steel 
can 
download maps with this clientId after this request. May be it's comapping 
server 
bug.

Original comment by passiche...@gmail.com on 21 Jul 2009 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by passiche...@gmail.com on 22 Jul 2009 at 7:43