URL encoding issues #235

Closed
opened 2021-06-30 07:23:49 +00:00 by Denmark · 1 comment
  1. Ampersand (&) gets encoded as & when posting a URL containing an ampersand, which breaks some URLs. It should just be encoded as &.
  2. If a posted URL contains pipes (||) the URL breaks and the part from the pipes doesn't get hyperlinked.
1. Ampersand (**&**) gets encoded as `&` when posting a URL containing an ampersand, which breaks some URLs. It should just be encoded as &. 2. If a posted URL contains pipes (**||**) the URL breaks and the part from the pipes doesn't get hyperlinked.
tslocum added the
bug
label 2021-07-04 01:12:46 +00:00
tslocum referenced this issue from a commit 2021-07-09 02:45:13 +00:00
Author

This commit didn't fix the "&" encoding problem.

This commit didn't fix the "&" encoding problem.
Denmark reopened this issue 2021-08-06 22:04:58 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tslocum/tinyib#235
No description provided.