Ticket #1945 (closed Bug: fixed)
Sanitize{File,Folder}Name does miss control characters
| Reported by: | mosipov | Owned by: | wwalc |
|---|---|---|---|
| Priority: | High | Milestone: | FCKeditor 2.6 |
| Component: | File Browser | Version: | FCKeditor 2.6 Beta |
| Keywords: | Cc: |
Description
functions miss to replace http://en.wikipedia.org/wiki/ASCII#ASCII_control_characters I did in Java with a simple "|[\u0000-\u001F]|\u007F"
Just add to PHP and other connectors
Change History
Note: See
TracTickets for help on using
tickets.