Fixed Insert link tool in BBCode editor strips ' characters from URLs

dethfire

Well-known member
Affected version
2.1
Problem
  • Insert link tool in BBCode editor strips ' characters from URLs.
Steps to reproduce
  1. Copy a URL containing a ' character to the clipboard e.g. https://en.wikipedia.org/wiki/Murphy's_law.
  2. Select the Insert Link icon (or press Ctrl+K) in the WYSYWIG BB code editor.
  3. Paste the URL, add some text for the link and press Insert.
  4. Select the Toggle BB code icon.
Desired behavior
  • Illegal ' should be encoded as %27 so the link becomes some text.
Actual behavior
  • Illegal ' is stripped from the URL so the link becomes some text which does not identify the same resource.
 
Thank you for reporting this issue, it has now been resolved. We are aiming to include any changes that have been made in a future XF release (2.2.0 Beta 2).

Change log:
Improve URL sanitization when inserting links/image URLs via the rich text editor.
There may be a delay before changes are rolled out to the XenForo Community.
 
Top Bottom