Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-6842 now.

Magic URL parses certain links twice (fix completed in vcs)

Certain links will be parsed twice, once for MAGIC_URL_LOCAL and once for MAGIC_URL_FULL, giving an invalid link that, to the user, looks and works just fine. But if you view the source of the post, you'll see this:
Code: Select all
<!-- l --><a class="postlink-local" href="http://www.phpbb.com/community/"><!-- m --><a class="postlink" href="http://www.phpbb.com/community/">http://www.phpbb.com/community/</a><!-- m --></a><!-- l -->


To try it out, just make a new post on this site containing, where the contents of the post contains the URL http://www.phpbb.com/community/
Then view the page source.

It seems to happen when the domain of the url matches the domain of the site and is followed by a subdirectory that ends in a slash.

Comments / History

Assigned ticket to user "naderman"

Action performed by Acyd Burn (Server Manager) on Jan 17th 2008, 10:31

Changed ticket severity from "Uncategorised/normal" to "Severe"

Action performed by Acyd Burn (Server Manager) on Feb 23rd 2008, 12:14

Changed ticket status from "New" to "Reviewed"

Action performed by naderman (Development Team Leader) on Mar 23rd 2008, 23:37

Linked ticket with changeset: r8462

Action performed by naderman (Development Team Leader) on Mar 24th 2008, 00:16

Changed ticket status from "Reviewed" to "Fix completed in SVN"

Action performed by naderman (Development Team Leader) on Mar 24th 2008, 00:23

Ticket details

Related SVN changesets