Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#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 Michael Osipov)

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 16 years ago by Michael Osipov

Owner: set to Michael Osipov
Priority: NormalHigh
Version: FCKeditor 2.6FCKeditor.Java 2.4 Beta

I can reproduce this. Stupid bug, I will fix that soon.

comment:2 Changed 16 years ago by Michael Osipov

Description: modified (diff)
Resolution: fixed
Status: newclosed

comment:3 Changed 16 years ago by Michael Osipov

Fixed with [2027] for doGet and doPost. A really stupid bug. Sorry for that.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy