Open GoogleCodeExporter opened 9 years ago
You're right that this is valid CSS content (it's a bug in our URL matching),
but
URLs should always have "(", ")", and several other chars encoded as they were
declared "unsafe": http://tools.ietf.org/html/rfc1738#page-3
Hence, I'm leaning on "WontFix"-ing this unless the fix would be simple. This
line
captures the url(...) bit:
http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/lib/Minify/
CSS/UriRewriter.php#79
But passes the inside bit (possibly containing quotes) here:
http://code.google.com/p/minify/source/browse/tags/release_2.1.3/min/lib/Minify/
CSS/UriRewriter.php#143
Original comment by mrclay....@gmail.com
on 20 Feb 2010 at 7:39
FYI: Oops RFC1738 doesn't say parenthesis are unsafe in URLs, in fact they're
"special".
Original comment by mrclay....@gmail.com
on 10 May 2010 at 7:48
Original issue reported on code.google.com by
weblator...@googlemail.com
on 19 Feb 2010 at 3:47