From: SourceForge.net <no...@so...> - 2010-08-13 21:22:23
|
Bugs item #3025841, was opened at 2010-07-06 15:22 Message generated for change (Comment added) made by weberho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3025841&group_id=13153 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Tidy functionality Group: None Status: Closed Resolution: Invalid Priority: 5 Private: No Submitted By: Dirk Przybylla (dpr42) Assigned to: Adrian Sandor (aditsu) Summary: unescaped & or unknown entity in URL Initial Comment: Hello, i implemented some links The eclipsetidy version 1.2.2 marks the following line after a check <a href="http://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_Developer-Site/en_US/-/USD/VerifyItem-Start/jre-6u20-windows-i586.exe?BundledLineItemUUID=2RKJ_hCyQ_oAAAEpg7o9a6NS&OrderID=pPSJ_hCyy5UAAAEpd7o9a6NS&ProductID=MUNIBe.pkFEAAAEns3oZAPYl&FileName=/jre-6u20-windows-i586.exe">Java Runzime Environment ab Version 1.5"</a> with Multiple annotations found at this line: - unescaped & or unknown entity "&ProductID" - column 222 - unescaped & or unknown entity "&OrderID" - column 189 - unescaped & or unknown entity "&FileName" - column 257 However, in this case the ampersand is the separator of the arguments of an Url and not an unescaped & or an unknown entity With best regards Dirk ---------------------------------------------------------------------- Comment By: Johannes Weberhofer (weberho) Date: 2010-08-13 23:22 Message: Inside HTML & must be properly encoded as & The warning is correct. ---------------------------------------------------------------------- Comment By: Adrian Sandor (aditsu) Date: 2010-07-31 00:03 Message: First of all, this is not the eclipsetidy project. However, your problem is quite clear: ampersands in urls need to be escaped in html pages, see http://htmlhelp.com/tools/validator/problems.html#amp ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=113153&aid=3025841&group_id=13153 |