[Webkit-unassigned] [Bug 138957] New: encodeWithURLEscapeSequences doesn't encode several chars

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 21 03:23:59 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=138957

            Bug ID: 138957
           Summary: encodeWithURLEscapeSequences doesn't encode several
                    chars
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: cand at gmx.com

encodeWithURLEscapeSequences should URL-encode all needed chars. Currently it doesn't encode ?, #, +, & at least, all of which cause trouble.

For example, try encoding the string "c++ vector". It becomes "c+++vector", which when sent to a page obviously becomes "c   vector", not what the user intended.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141121/3f127741/attachment-0002.html>


More information about the webkit-unassigned mailing list