[Bug 6742] pre-encoded form values should be restorable as submitted

http://www.w3.org/Bugs/Public/show_bug.cgi?id=6742


Boris Zbarsky <bzbarsky@mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bzbarsky@mit.edu




--- Comment #3 from Boris Zbarsky <bzbarsky@mit.edu>  2009-03-27 16:28:00 ---
> If whether decoding is needed is determined by the presence of a percent-
> encoding or numeric entity reference and not by a separate flag or list

Then the function that stores the data in the database needs to make sure to
escape '%' signs in its input if the input is not expected to already be
URI-escaped.

It sounds to me like the server-side form handler here is just buggy.


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 27 March 2009 16:28:09 UTC