Page 2 of 2

Re: Java Client API LoginRequest problem withCheckSecurePass

Posted: 02 Jul 2012, 17:03
by KSops
Hm. So I've confirmed I'm using 2.1.0 as well as the new Java Client Library. I even upgraded the netty jar that I originally got.
Seems the problem still persists D:
Thanks for your help so far though! Didn't realize there was an update page.

Re: Java Client API LoginRequest problem withCheckSecurePass

Posted: 03 Jul 2012, 11:46
by ThomasLund
Very weird - works here. Maybe forgot to set the custom login in zone config?

Re: Java Client API LoginRequest problem withCheckSecurePass

Posted: 12 Jul 2012, 05:47
by KSops
I added logging calls in the handler and it seems to be displaying, so that should mean the custom login is hit.
Is there a way to add extra parameters to the login call or extend it? I think I'll just perform a workaround by adding my own password sending.

Re: Java Client API LoginRequest problem withCheckSecurePass

Posted: 13 Jul 2012, 22:54
by rjgtav
You can send an extra SFSObject when sending a LoginRequest, and then retrieve it on the server-side by getting the LOGIN_IN_DATA SFSEventParam

Re: Java Client API LoginRequest problem withCheckSecurePass

Posted: 14 Jul 2012, 20:09
by KSops
Thanks for the tip! :D