[Webkit-unassigned] [Bug 14555] New: action=mailto + method=get - The generated mailto URI is incorrect and the hvalues are encoded twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jul 7 13:27:26 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14555

           Summary: action=mailto + method=get - The generated mailto URI is
                    incorrect and the hvalues are encoded twice
           Product: WebKit
           Version: 522+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P4
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: shadow2531 at gmail.com


When generating the encoded data set for an action="mailto:" form, a few things
go wrong.

1. Values from the form fields are encoded twice. For example, with <input
type="text" name="cc" value="test at site.com">, test at site.com will be encoded to
test%2540site.com instead of just test%40site.com.

2. "body=" is inserted at the beginning of the data set, which causes other
parts to become part of the body.

3. Spaces in the form fields are encoded to + instead of %20. Mail clients
don't decode + to a space, so each space in the form fields will show up as +
in the mail client.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list