Hello,
I built a login screen with user and password text fields and a button,
when the button is clicked, the client sent a log in request to the server
using
the user and password as parameters :
loginService.loginServer(username,password ,new
AsyncCallBack<CCtLoginUser>() { ......
int the server i have:
@Override
public CCtLoginUser loginServer(final String username, String password)
{.....
when we run in all our machines, this work fines but when running on the
customer machine
we see that the username and passwords strings are gibrished (or encoded)
and login failes,
for example if i send user123 (username ), abcde (password) i get in the
server username = u199873 password a9343
the value are the same for the same username and password.
we use solaris machine , SunOS 5.10
with java 1.6
is there someone who has an idea what can be the problem ?
thanks
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/c68aGzqkLVoJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.