Ticket #2582 (closed Task: fixed)
Rework *Path and fullUrl properties
| Reported by: | mosipov | Owned by: | mosipov |
|---|---|---|---|
| Priority: | Normal | Milestone: | FCKeditor.Java 2.5 |
| Component: | Server : Java | Version: | FCKeditor.Java 2.4 |
| Keywords: | Cc: |
Description (last modified by mosipov) (diff)
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:
Change History
Note: See
TracTickets for help on using
tickets.
