[Webkit-unassigned] [Bug 16354] Complex urls in img tag are not escaped correctly

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Dec 8 19:57:39 PST 2007


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


mrowe at apple.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mrowe at apple.com




------- Comment #9 from mrowe at apple.com  2007-12-08 19:57 PDT -------
>From KURL.cpp:
286         // for compatibility with Win IE, we must treat backslashes as if
they were slashes, as long as we're not dealing with the javascript: schema
287         DeprecatedString substitutedRelative;
288         bool shouldSubstituteBackslashes = relative.contains('\\') &&
!relative.startsWith("javascript:", false);
289         if (shouldSubstituteBackslashes) {
290             substitutedRelative = substituteBackslashes(relative);
291         }


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