[webkit-reviews] review requested: [Bug 19993] curl backend appends a '#' at the end of urls : [Attachment 22228] calls setRef with String("") instead of ""

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


arno. <arenevier at fdn.fr> has asked  for review:
Bug 19993: curl backend appends a '#' at the end of urls
https://bugs.webkit.org/show_bug.cgi?id=19993

Attachment 22228: calls setRef with String("") instead of ""
https://bugs.webkit.org/attachment.cgi?id=22228&action=edit

------- Additional Comments from arno. <arenevier at fdn.fr>
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


More information about the webkit-reviews mailing list