Ticket #74 (closed Bug: fixed)

Opened 22 months ago

Last modified 18 months ago

ColdFusion: userFilesPath must accept absolute URLs

Reported by: FredCK 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

Changed 20 months ago by zerocool

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.

Changed 18 months ago by fredck

  • status changed from new to closed
  • resolution set to fixed
  • milestone changed from FCKeditor 2.5 to FCKeditor 2.4.3

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.