[Webkit-unassigned] [Bug 16122] When posting to these boards, all Safari users have "webkitformboundary-gibberish" appended to their name and message

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Nov 24 16:30:13 PST 2007


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


ddkilzer at webkit.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|Forms                       |Evangelism
     Ever Confirmed|0                           |1
           Priority|P3                          |P2




------- Comment #4 from ddkilzer at webkit.org  2007-11-24 16:30 PDT -------
This is not related to Bug 16082 as there is no redirect involved.

This multipart/form-data post looks fine to me.  I think the sword.cgi script
is decoding the form data incorrectly.  See RFC 2388
<http://www.faqs.org/rfcs/rfc2388.html> for details on how to properly decode
it.

Changing to an evangelism bug.  Confirmed with a local debug build of WebKit
r27997 with Safari 3.0.4 (523.12) on Mac OS X 10.4.11 (8S165).

POST /boards/sword.cgi?post HTTP/1.1
Accept-Language: en
Accept-Encoding: gzip, deflate
Referer: http://www.subguns.com/boards/sword.cgi?read=930341
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/525.1+
(KHTML, like Gecko) Version/3.0.4 Safari/523.12
Content-Type: multipart/form-data;
boundary=----WebKitFormBoundaryXtw3auxW8P5V6R70
Accept:
text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
Content-Length: 962
Connection: keep-alive
Host: www.subguns.com

------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="followup"

930341
------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="name"

joe webkit
------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="email"

webkit-test at hotmail.com
------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="subject"

Re: Translation inside------WebKitFormBoundary1+WF
------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="body"

This is a test message.


------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="url"

http://bugs.webkit.org/show_bug.cgi?id=16122
------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="url_title"


------WebKitFormBoundaryXtw3auxW8P5V6R70
Content-Disposition: form-data; name="Preview"

Preview Message
------WebKitFormBoundaryXtw3auxW8P5V6R70--


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