Opened 18 years ago
Closed 17 years ago
#655 closed Bug (worksforme)
Using Ampersand with files or directories causes JS error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Server : ColdFusion | Version: | |
Keywords: | SF Pending | Cc: |
Description
First, I am currently running FCKEditor V2.0 RC3 and am using the Cold Fusion code to interface with it.
I have noticed that you can either create a new folder name that contains and ampersand or upload a file that contains an ampersand, and once you do, it "breaks" the file manager. It produces a Javascript error when it tries to list the files.
The only way to correct this error and get back to business is by going in through the file system and renaming the file/folder in question.
Moved from SF:
http://sourceforge.net/tracker/index.php?func=detail&aid=1191280&group_id=75348&atid=543653
Change History (3)
comment:1 Changed 18 years ago by
Reporter: | changed from Martin Kou to dlangh@… |
---|
comment:2 Changed 17 years ago by
Component: | General → Server : ColdFusion |
---|---|
Keywords: | Pending added |
There have been several fixes in the file manager and CF connector.
Could you please try a current nightly build?
Actually, it's malformed XML... Somebody needs to just do a replace like this... in connector files, like connector.cfm, you need to do this:
dirfilename = Replace(qDir.name[i], "&", "&");
Then it's fine. Sloooow, though, for anything over a few hundred files.
Moved from SF. Original poster: Anonymous