Ticket #468 (closed Bug: invalid)

Opened 3 years ago

Last modified 3 years ago

If BaseHref which ends with slash is specified, then browser must return relative url

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

Changed 3 years ago by fredck

  • keywords BaseHref, relative url removed
  • status changed from new to closed
  • resolution set to invalid

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.

Note: See TracTickets for help on using tickets.