No Code Attached Yet
avatar muhme
muhme
9 Dec 2025

Steps to reproduce the issue

  • Install Blog Sample Data
  • Check ?format=feed&type=rss
  • Check ?format=feed&type=atom

Expected result

No double slash inside feed link rel="self" href URL, e.g.

<link rel="self" type="application/atom+xml" href="http://localhost:7054/index.php?format=feed&amp;type=atom"/>

Actual result

In both feeds there is still a doubled slash existing, e.g.:

<link rel="self" type="application/atom+xml" href="http://localhost:7054//index.php?format=feed&amp;type=atom"/>

System information (as much as possible)

5.4-dev branch

Additional comments

This is a follow-up to #45592

avatar muhme muhme - open - 9 Dec 2025
avatar joomla-cms-bot joomla-cms-bot - change - 9 Dec 2025
Labels Added: No Code Attached Yet
avatar joomla-cms-bot joomla-cms-bot - labeled - 9 Dec 2025

Add a Comment

Login with GitHub to post a comment