[Webkit-unassigned] [Bug 30045] New: HTTP 302 to mailto address will be incorrectly append "localhost/"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 3 07:46:22 PDT 2009


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

           Summary: HTTP 302 to mailto address will be incorrectly append
                    "localhost/"
           Product: WebKit
           Version: 528+ (Nightly build)
          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: freewizard at gmail.com


Response containg following 2 lines
  HTTP/1.1 302 Found
  Location    mailto:testmail at freewheel.tv?subject=xxx
will cause default mail client open with 
  To: testmail at fw.tv
  Subject: xxxlocalhost/

Response containg following 2 lines
  HTTP/1.1 302 Found
  Location    mailto:testmail at freewheel.tv
will cause default mail client open with 
  To: testmail at fw.tvlocalhost/
  Subject: 

tried Safari 4.0.3 and r48908 on OSX and WinXP, all broken.

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