#2236 closed Bug (fixed)
FCKeditor.Java Server Browser: "Invalid Folder Name" on created subfolders
Reported by: | CnEY | Owned by: | Michael Osipov |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | FCKeditor.Java 2.4 |
Component: | Server : Java | Version: | FCKeditor.Java 2.4 Beta |
Keywords: | Cc: |
Description (last modified by )
In the Resources Browser (accessed via the Browse Server button from the Insert Image dialog), I can create subdirectories within the image folder, but if I try to navigate into them, I am presented with a JavaScript alert saying "Invalid folder name".
Checking my local filesystem, the folder was indeed created. I get the same result in the browser if I create the folder from the filesystem itself.
I took a look at what file handles the servlet seemed to be grabbing using Sysinternals Process Monitor, and it appears it might be wrongly attempting to grab, for example, 'userfiles/image/test/test' instead of just 'userfiles/image/test'.
Environment: FCKeditor 2.6 with FCKeditor.Java 2.4 Beta Tomcat 5.5 Windows XP Pro SP2 Reproduced in IE6 and FF2
This is reproducible for me using the 2.4 beta demo WAR's samples. FWIW, I attempted reproducing the same issue using FCKeditor 2.6 on an apache httpd setup with PHP, and it did not occur there using the PHP samples.
TIA...
Change History (3)
comment:1 Changed 17 years ago by
Owner: | set to Michael Osipov |
---|---|
Priority: | Normal → High |
Version: | FCKeditor 2.6 → FCKeditor.Java 2.4 Beta |
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 17 years ago by
Fixed with [2027] for doGet and doPost. A really stupid bug. Sorry for that.
I can reproduce this. Stupid bug, I will fix that soon.