Domain: xenoveritas.org
Stories and comments across the archive that link to xenoveritas.org.
Comments · 51
-
Re:SolutionYou're doing it wrong. I'm assuming you're just inserting the %01 character into a URL. You actually have to sneak a "^A" character into the URL, either using JavaScript or an HTML entity. It does, in fact, work under IE6. Note that Mozilla (or at least Firebird) reescapes the bad character so it shows you the bad URL.
Anyway, check out my sample page that demonstrates the bug.
The basic and easiest way to reproduce this is something like "<a href="http://slashdot.org@www.msn.com/">...</
a >".