[Webkit-unassigned] [Bug 45377] New: Errors in LayoutTests/http/tests/security/xss-DENIED-mime-type-execute-as-html.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 03:35:28 PDT 2010


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

           Summary: Errors in
                    LayoutTests/http/tests/security/xss-DENIED-mime-type-e
                    xecute-as-html.html
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: svillar at igalia.com


There are several errors in LayoutTests/http/tests/security/xss-DENIED-mime-type-execute-as-html.html

  * in the .html encodeURIComponent should be used instead of escape (because the URIs contain '+')
http://www.w3schools.com/jsref/jsref_encodeURIComponent.asp

* in the PHP urldecode cannot be used with $_GET as it's already decoded
http://php.net/manual/en/function.urldecode.php

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



More information about the webkit-unassigned mailing list