Opened 16 years ago
Last modified 16 years ago
#2582 closed Task
Rework *Path and fullUrl properties — at Initial Version
Reported by: | Michael Osipov | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | FCKeditor.Java 2.5 |
Component: | Server : Java | Version: | FCKeditor.Java 2.4 |
Keywords: | Cc: |
Description
The current situation:
connector.userFilesPath serves several purposes. It resolves against the current context and the url path.
connector.fullUrl is a boolean switch.
The default behavior of other connectors:
connector.userFilesPath solely reflects a http(s) url with or without a domain name.
connector.userFilesAbsolutePath points to the local file system.
connector.fullUrl is not present.
The Java integration should reflect the default behavior as close as possible.
For more references see: