[Bug 3115] Referer Truncates Query Part of URI

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3115


Ville Skyttä <ville.skytta@iki.fi> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Ville Skyttä <ville.skytta@iki.fi>  2010-02-11 22:35:45 ---
(In reply to comment #2)
> This is part of my HTML.
[...]
> <a
> href="http://jigsaw.w3.org/css-validator/validator?uri=http://www.pfarramt-essenbach.de/index.php?menu=Geschehen&amp;submenu=ElternKindGruppenE">

The "uri" argument needs to be URI escaped, just encoding HTML entities is not
what you want there. Try this one instead:

http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.pfarramt-essenbach.de%2Findex.php%3Fmenu%3DGeschehen%26submenu%3DElternKindGruppenE


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 11 February 2010 22:35:47 UTC