Opened 17 years ago

Closed 17 years ago

#74 closed Bug (fixed)

ColdFusion: userFilesPath must accept absolute URLs

Reported by: Frederico Caldeira Knabben Owned by:
Priority: Normal Milestone: FCKeditor 2.4.3
Component: Server : ColdFusion Version:
Keywords: Cc:

Description

The userFilesPath setting in the File Browser and Uploader must accept absolute URLs like "http://www.mysite.com/userfiles/", other than the root relative URLs (like "/userfiles/"). In this way, absolute URLs are returned by the File Browser.

This is something that was implemented in version 2.0, but has been broken on newer versions.

Change History (2)

comment:1 Changed 17 years ago by Joseph

YES I SECOND THAT!! THE ASP CONNECTOR (which is currently being used as the connector for ColdFusion) reads the server root and automatically appends the "/UserFiles/" directory to that webroot. But the server root is rarely used in ColdFusion due to the Application framework that most programs use when programming in CF. It would be nice to be able to easily set a absolute root path instead of just "/UserFiles/". What complicates this even more is that in CF server mappings are usually used and that can hide the actual structure of the root folder which is sometimes hard to identify.

comment:2 Changed 17 years ago by Frederico Caldeira Knabben

Milestone: FCKeditor 2.5FCKeditor 2.4.3
Resolution: fixed
Status: newclosed

I'm not sure it has been fixed with [350], but my last tests showed that it is working correctly now.

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