Logging into Gallery (w/ Geeklog) with 1.0b8

Thistledown

Joined: 2002-10-10
Posts: 2
Posted: Thu, 2002-10-10 16:51

I'm using Gallery 1.3.1 and Remote 1.0b8 on Mac OS X 10.2.1.

Ok, taking geeklog out of the picture, I handcrafted a URL

http://xxx.yyy.zzz/gallery/gallery_remote.php?cmd=login&protocal_version=1&uname=Test&password=abcd

If I go to the site directly, it tells me SUCCESS.

If I use 1.0b8 I with logging on, I see the following.

1034268096000|TRACE|GalleryCom|Url: http://xxx.yyy.zzz/gallery/gallery_remote.php
1034268096001|TRACE|GalleryCom|login parameters: [HTTPClient.NVPair[name=cmd,value=login], HTTPClient.NVPair[name=protocal_version,value=1], HTTPClient.NVPair[name=uname,value=Test],
HTTPClient.NVPair[name=password,value=abcd]]
1034268096325|TRACE|GalleryCom|Login Incorrect
1034268097694|INFO |GalleryCom|Login Error: Login Incorrect

Shouldn't I be getting a SUCCESS message?

 
Thistledown

Joined: 2002-10-10
Posts: 2
Posted: Thu, 2002-10-10 19:02

Disregard. I fixed the problem. It was a matter of my test using a GET and the app using a POST. There was a bug in a password function.