Actions
Bug #13996
openCorrect RefEncoder's usage of href parameters
Start date:
09/22/2025
Due date:
% Done:
0%
Estimated time:
Description
When href
attributes are set, including a query with at least two parameters (and thus a &
in between them), the RefEncoder
will complain.
When parsing the HTML, it will detect this parameter, but see it is not encoded, and fail to do so itself (with the xhtml_entity_translation
flag), and thus throw a parsing error.
Updated by Matthias Van Ceulebroeck 29 days ago
- Status changed from InProgress to Review
- Assignee deleted (
Matthias Van Ceulebroeck)
Updated by Matthias Van Ceulebroeck 15 days ago
- Target version changed from 4.12.1 to 4.12.2
Actions