Opened 18 years ago
Closed 18 years ago
#468 closed Bug (invalid)
If BaseHref which ends with slash is specified, then browser must return relative url
Reported by: | Kaspars | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | File Browser | Version: | FCKeditor 2.4 |
Keywords: | Cc: |
Description
If I specify BaseHref config and last char of BaseHref is slash than Image Browser (at all file browser) must return relative path (example: userfiles/image/1.jpg) but NOT half-absolute path (example: /userfiles/image/1.jpg) what do FCKEditor now.
Change History (1)
comment:1 Changed 18 years ago by
Keywords: | BaseHref relative url removed |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The BaseHref setting is used to the browser to resolve URLs. It is not used in any way to build URLs returned by the File Browser. For that, you must use the File Browser connector settings.