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&b=2">FCKeditor</a>.</p>
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.