[Webkit-unassigned] [Bug 34928] New: leading HTAB in XHR URI caused bad URI in HTTP request

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 14 08:27:29 PST 2010


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

           Summary: leading HTAB in XHR URI caused bad URI in HTTP request
           Product: WebKit
           Version: 312.x
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: julian.reschke at gmx.de


A leading HTAB in the URI parameter of XHR.open() caused a bad HTTP request to
be sent.

Example URI:

  "\thttp://localhost:8080/7-leading-tab"

According to the server access log, the server sees:

127.0.0.1 - - [14/Feb/2010:14:02:07 +0100] "GET
/http://localhost:8080/7-leading-tab HTTP/1.1" 403 237 

Expected behaviour:

Either

1) Reject the call due to the broken URI

or

2) align with other UAs, stripping leading whitespace.

(this bug report is for Safari Win 4.04 (531.21.10))

-- 
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