Opened 8 years ago
Last modified 8 years ago
#16910 confirmed Bug
[Drag and Drop] Dropping file with " ' " in its name causes 404
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.5.0 |
Keywords: | Oracle Support | Cc: |
Description
Steps to reproduce
- Counfigure your CKEditor so that it allows Drag and Drop
- Dropp file with
'
in its name. You can use the attached one.
Expected result
<p><img alt="" height="630" src="/CKFinder/userfiles/images/can't%20send%20fax.JPG" width="450" /></p>
Actual result
<p><img alt="" height="630" src="/CKFinder/userfiles/images/can\'t%20send%20fax.JPG" width="450" /></p>
The '
in word can't
is escaped.
Other details (browser, OS, CKEditor version, installed plugins)
Problem can be reproduced in every browser
Attachments (1)
Change History (2)
Changed 8 years ago by
Attachment: | can't send fax.JPG added |
---|
comment:1 Changed 8 years ago by
Status: | new → confirmed |
---|