Opened 17 years ago

Closed 16 years ago

#655 closed Bug (worksforme)

Using Ampersand with files or directories causes JS error

Reported by: dlangh@… 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 17 years ago by Martin Kou

Reporter: changed from Martin Kou to dlangh@…

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

comment:2 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ColdFusion
Keywords: Pending added

There have been several fixes in the file manager and CF connector.

Could you please try a current nightly build?

comment:3 Changed 16 years ago by Alfonso Martínez de Lizarrondo

Resolution: worksforme
Status: newclosed

Expired

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