Skip to content

CDATA content incorrectly encoded in version 0.90.x #304

@florentsorel

Description

@florentsorel

In version 0.90.x, strings inside <![CDATA[ ... ]]> are being encoded, which should not happen.
The content of a CDATA section is supposed to be treated as raw text and preserved as-is, without escaping characters like &.

Example:

Expected:

<![CDATA[?param1=value1&param2=value2]]>

Actual:

<![CDATA[?param1=value1&amp;param2=value2]]>

This breaks interoperability with systems expecting the original unescaped string inside CDATA sections.

Metadata

Metadata

Assignees

No one assigned

    Labels

    indevThe issue is fixed/implemented in the dev branch

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions