To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Ticket #87 (accepted defect)

Opened 2 years ago

Last modified 15 months ago

Stop overriding arg_separator.output, start using the correct one situationally

Reported by: boutell Owned by: tboutell
Priority: minor Milestone: 1.6
Component: Documentation Version: 1.0
Keywords: Cc: agilbert, asaphosting, develop7
Symfony version: 1.4

Description

We should systematically use the correct separator in our http_build_query calls depending on whether we're building a link in a tag (&) or a redirect URL (&).

We should do this in the trunk and try to deliver it for 1.1, at which point we should remove the override of arg_separator.output that currently appears in .htaccess in the sandbox.

We should not do this in 1.0 stable because the override is 100% effective (just a little bit non-standards-compliant when it appears in HTML markup) and requires no potentially bug-introducing code changes.

Change History

Changed 2 years ago by boutell

  • status changed from new to accepted

IF YOU DON'T FIX THIS FOR 1.1, then make darn sure that override in .htaccess makes it into 1.1.

Changed 21 months ago by boutell

  • milestone changed from 1.4 to 1.5

This is too architectural to hit today. We found a way to bring that rule back for mod_php people.

Changed 17 months ago by tboutell

  • owner changed from boutell to tboutell

Changed 15 months ago by geoffd

  • milestone changed from 1.5 to 1.6
Note: See TracTickets for help on using tickets.