Opened 13 years ago

Closed 13 years ago

#6736 closed Bug (duplicate)

URL encoding issue in the Filebrowser plugin

Reported by: Tobiasz Cudnik Owned by:
Priority: Normal Milestone:
Component: General Version:
Keywords: Cc:

Description

Image and Link dialog are wrongly encoding URLs.

  1. Click Images button and select Upload tab.
  2. Select file called Test%First.jpg from local drive and send to server. (Transfer is successful).
  3. Image Properties dialog is displayed. In the URL field, the file name is not URL encoded.

Result: It appears as “Test%First.jpg”. Clicking OK on the Image Dialog fails with an “Error on Page”:

The image doesn’t appear in the preview dialog.

Change History (1)

comment:1 Changed 13 years ago by Alfonso Martínez de Lizarrondo

Resolution: duplicate
Status: newclosed

dup of #5534. That kind of encoding must be done by the uploader script, as CKEditor doesn't know how to properly encode the data in the URL due to the lack of context.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy