Skip to content

API: prevent the API returning not well-formed XML #12090

@ghimf

Description

@ghimf

Since 3.1.0, the result/visitedPages/row elements, when the visited url contains the '=' character, instead of the expected:
<visitedPages><row key="http://example.org/homepage?param1=value1&param2=value2">1</row></visitedPages>
it returns:
<visitedPages><row http://example.org/homepage?param1="value1&param2=value2">1</row></visitedPages>

Metadata

Metadata

Assignees

Labels

Help wantedBeginner friendly issues or issues where we'd highly appreciate community's help and involvement.RegressionIndicates a feature used to work in a certain way but it no longer does even though it should.answeredFor when a question was asked and we referred to forum or answered it.c: Tests & QAFor issues related to automated tests or making it easier to QA & test issues.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions