Changeset 3836
- Timestamp:
- 07/08/09 21:26:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor.Java/branches/2.4.x/java-core/src/main/java/net/fckeditor/tool/UtilsFile.java
r3835 r3836 113 113 return false; 114 114 115 if (!path.equals( sanitizeFolderName(path)))115 if (!path.equals(path.replaceAll("\\.|\\||:|\\?|\\*|\"|<|>|\\p{Cntrl}", "_"))) 116 116 return false; 117 117
Note: See TracChangeset
for help on using the changeset viewer.
