[Webkit-unassigned] [Bug 19993] curl backend appends a '#' at the end of urls

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 10 16:26:06 PDT 2008


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


arenevier at fdn.fr changed:

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




------- Comment #1 from arenevier at fdn.fr  2008-07-10 16:26 PDT -------
Created an attachment (id=22228)
 --> (https://bugs.webkit.org/attachment.cgi?id=22228&action=view)
calls setRef with String("") instead of ""

as it seems that "" will not be considered to be null in KURL::setRef,
kurl.setRef(String()) will return a null string whereas  kurl.setRef("") will
return a '#'. I think comes from that place


-- 
Configure bugmail: https://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