[Webkit-unassigned] [Bug 104307] CURL: Incorrect stripping of query from file URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 30 06:58:27 PDT 2013


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


Peter Gal <galpeter at inf.u-szeged.hu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #203351|                            |review?, commit-queue?
               Flag|                            |




--- Comment #1 from Peter Gal <galpeter at inf.u-szeged.hu>  2013-05-30 06:56:58 PST ---
Created an attachment (id=203351)
 --> (https://bugs.webkit.org/attachment.cgi?id=203351&action=review)
proposed patch

This is a more robust solution than doing a reverseFind.

For example:
 file:///dir/file3.html?3&3

the reverseFind would end up something with:
 file:///dir/file3.html?3

but with this patch it'll be:
 file:///dir/file3.html

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