Stripes

URLBuilder does not create valid XHTML

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: Release 1.2.1
  • Component/s: None
  • Labels:
    None

Description

Apparently to do this correctly the ampersands must be escaped to & before being written to the page. SHould make the change and then test backward compatibility (especially in IE since it sucks so badly at most of this stuff).

Activity

Hide
Trent Rosenbaum added a comment - 24/Feb/06 2:41 PM

The following resource describes the issue after the rendered output has been through the w3 html validator.

http://www.htmlhelp.com/tools/validator/problems.html#amp

Show
Trent Rosenbaum added a comment - 24/Feb/06 2:41 PM The following resource describes the issue after the rendered output has been through the w3 html validator. http://www.htmlhelp.com/tools/validator/problems.html#amp
Hide
Tim Fennell added a comment - 24/Feb/06 7:50 PM

Fixed in 1.2.1. & is now used as the parameter separator instead of just '&'.

Show
Tim Fennell added a comment - 24/Feb/06 7:50 PM Fixed in 1.2.1. & is now used as the parameter separator instead of just '&'.
Tim Fennell made changes - 24/Feb/06 7:50 PM
Field Original Value New Value
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s Release 1.2.1 [ 10031 ]
Resolution Fixed [ 1 ]
Ben Gunter made changes - 04/Jan/11 2:11 PM
Status Resolved [ 5 ] Closed [ 6 ]

People

Vote (0)
Watch (0)

Dates

  • Created:
    24/Feb/06 2:06 PM
    Updated:
    04/Jan/11 2:11 PM
    Resolved:
    24/Feb/06 7:50 PM