[Webkit-unassigned] [Bug 16500] [GTK] comments link = page not found

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jan 19 05:35:12 PST 2008


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


alp at atoker.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18541|                            |review?
               Flag|                            |




------- Comment #3 from alp at atoker.com  2008-01-19 05:35 PDT -------
Created an attachment (id=18541)
 --> (http://bugs.webkit.org/attachment.cgi?id=18541&action=view)
Don't send the URL fragment part to the server

This fixes the known issues.

+    url = url.left(url.find('#'));

Hopefully someone who knows their HTTP can review this patch.

Is my fix robust ie. will the first '#' encountered always denote a URI
fragment? Is there a better way to get the URL without the fragment using the
KURL class rather than doing a string search?


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