Opened 17 years ago

Closed 17 years ago

#261 closed Bug (fixed)

FCKeditor doesn't escape URLs for whitespaces

Reported by: archimedia Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: File Browser Version: FCKeditor 2.4
Keywords: SF Confirmed Cc:

Description

FCKEditor doesn't escape the URL when you insert and image, resulting in a

<img src="http://server/file with spaces.png" />.

Many web clients don't escape the URL for us and, as consequence, get a 404 for the image (like evolution viewing an HTML mail, with images enabled).

Little patch follows.


Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1660425&group_id=75348&atid=543655

Attachments (1)

fckeditor-escape.patch (818 bytes) - added by archimedia 17 years ago.
Moved from SF.

Download all attachments as: .zip

Change History (3)

Changed 17 years ago by archimedia

Attachment: fckeditor-escape.patch added

Moved from SF.

comment:1 Changed 17 years ago by Frederico Caldeira Knabben

Keywords: Confirmed added
Milestone: FCKeditor 2.5

Should we escape only spaces? Let's check it.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5FCKeditor 2.4.3
Resolution: fixed
Status: newclosed

Fixed with [342].

Click here for more info about our SVN system.

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