[Bug 226716] Re: username and password not accepted for webmail application

dlouzan diegolouzan at fastmail.fm
Wed Jun 11 08:27:48 UTC 2008


I've had a similar problem developing a web application for my company.
When trying to log in with a typical user - password form, I've noticed
that the password input is not sending correctly codified characters, so
the validation will fail (the same application works perfectly with FF2,
IE6 and IE7). This only affected the password input, not the clear text
one for the login. I've tracked the http communication and I've noticed
that firefox 3.0b5 is sending incorrectly codified characters in the
POST request.

For instance, using login='tést' and password='tést' (both using non-
ascii characters), firefox3.0b5 under Ubuntu 8.04 will send through POST
the parameters login='tést' and password='test' (stripping the accented
non-ascii characters). This seems a problem when typing, as if I
copy&paste 'tést' into the password input instead of manually typing it,
everything works.

-- 
username and password not accepted for webmail application
https://bugs.launchpad.net/bugs/226716
You received this bug notification because you are a member of Mozilla
Bugs, which is subscribed to firefox-3.0 in ubuntu.




More information about the Ubuntu-mozillateam-bugs mailing list