Skip to content

[5.4] Doubled slashes in feed link rel="self" href #46554

@muhme

Description

@muhme

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions