Opened 18 years ago
Closed 18 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 18 years ago by
comment:2 Changed 18 years ago by
Milestone: | FCKeditor 2.5 → FCKeditor 2.4.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I'm not sure it has been fixed with [350], but my last tests showed that it is working correctly now.
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.