Skip to content

"rewrite-links" removes base tag from content #9

@jcbrand

Description

@jcbrand

When using Deliverance 0.6 (with Plone):

If we have a proxy rule like this:

  <proxy path="wildcard:*">
    <dest href="http://localhost:8080" />
    <response rewrite-links="1" />
  </proxy>

And then we replace the theme head with the content head:

<replace content="/html/head" theme="/html/head" />

With "rewrite-links" enabled, the <base> tag is stripped from the content head and not inserted into the theme, with "rewire-links" off, the <base> tag does appear.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions