Ticket #261 (closed Bug: fixed)

Opened 18 months ago

Last modified 15 months ago

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

fckeditor-escape.patch (0.8 kB) - added by archimedia 18 months ago.
Moved from SF.

Change History

Changed 18 months ago by archimedia

Moved from SF.

Changed 15 months ago by fredck

  • keywords Confirmed added
  • milestone set to FCKeditor 2.5

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

Changed 15 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from FCKeditor 2.5 to FCKeditor 2.4.3

Fixed with [342].

Click here for more info about our SVN system.

Note: See TracTickets for help on using tickets.