Opened 18 years ago
Closed 18 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)
Change History (3)
Changed 18 years ago by
Attachment: | fckeditor-escape.patch added |
---|
comment:1 Changed 18 years ago by
Keywords: | Confirmed added |
---|---|
Milestone: | → FCKeditor 2.5 |
Should we escape only spaces? Let's check it.
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.5 → FCKeditor 2.4.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Fixed with [342].
Click here for more info about our SVN system.
Moved from SF.