Decode HTML entities in urls

Created on 17 May 2023, over 1 year ago
Updated 18 May 2023, over 1 year ago

Problem/Motivation

When using the views rewrite option " Output this field as a custom link" and the value contains a query string, this module does not handle the url properly and leads to html entity encodings in the output.

Steps to reproduce

Rewrite the calendar title with a link that contains multiple query string values.

https://example.site?prop1=test&prop2=test

becomes

https://example.site?prop1=test&prop2=test

Proposed resolution

Decode the entities during the parsing of URL. Patch incoming...

✨ Feature request
Status

Closed: won't fix

Version

5.0

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States andyg5000 North Carolina, USA

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @andyg5000
  • Status changed to Needs review over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States andyg5000 North Carolina, USA
  • πŸ‡¦πŸ‡ΊAustralia mingsong πŸ‡¦πŸ‡Ί

    Thanks for the suggestion and the patch.

    It requests a security review to allow HTML tags rendering and URL parameters in the title.

    So this feature is out of scope of this module.

    I would recommend trying another module 'Fullcalendar Block' instead.

  • Status changed to Closed: won't fix over 1 year ago
  • πŸ‡¦πŸ‡ΊAustralia mingsong πŸ‡¦πŸ‡Ί
Production build 0.71.5 2024