If possible, get rid of "%20" in URLs #43

Closed
opened 2011-10-26 07:50:32 +00:00 by rlx · 3 comments
Owner

It seems we could escape spaces as underscores (if, in turn, we escape underscores).

It seems we could escape spaces as underscores (if, in turn, we escape underscores).
rlx added the
general
label 2011-10-26 07:50:32 +00:00
j was assigned by rlx 2011-10-26 07:50:32 +00:00
rlx added the
enhancement
label 2011-10-26 07:50:32 +00:00
rlx added the
normal
label 2011-10-28 08:38:11 +00:00
Owner

this is for parsing urls or creating urls?
it should still be possible to enter "domain/The Matrix", which gets send as %20

this is for parsing urls or creating urls? it should still be possible to enter "domain/The Matrix", which gets send as %20
rlx modified the milestone from 11.11 to 11.12 2012-02-01 15:14:05 +00:00
rlx added this to the 13.04 milestone 2013-05-29 13:23:40 +00:00
Author
Owner

The idea is to encode "%20" as "" and to encode "" as "%5F". Decode would be the reverse of that.

Edit: But it looks like this won't work, as "%5F" is identical to (or at least gets replaced by, in Chrome and Firefox) "_".

The idea is to encode "%20" as "_" and to encode "_" as "%5F". Decode would be the reverse of that. Edit: But it looks like this won't work, as "%5F" is identical to (or at least gets replaced by, in Chrome and Firefox) "_".
Author
Owner

There isn't much we can do about this, marking wontfix.

There isn't much we can do about this, marking wontfix.
rlx added the
wontfix
label 2013-08-01 12:46:49 +00:00
rlx closed this issue 2013-08-01 12:46:49 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
2 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: 0x2620/pandora#43
No description provided.