Opened 16 years ago

Closed 16 years ago

#2494 closed Bug (invalid)

URL query element separator escaped

Reported by: d20r Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

The edit is escaping the URL query element separator '&' For example: /test?a=1&b=2 becomes /test?a=1&b=2

This break URL links.

This can be repeated on the demo giving: <p>This is some <strong>sample text</strong>. You are using <a href="http://www.fckeditor.net/test?a=1&amp;b=2">FCKeditor</a>.</p>

Change History (1)

comment:1 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: invalid
Status: newclosed

The & in url must be escaped, and if your server doesn't support it then something's very wrong with it.

Try to validate a page with the links without escaping and you'll see that you will get some errors/warnings (I don't remember) about them.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy