REBOL3 tracker
  0.9.12 beta
Ticket #0002011 User: anonymous

Project:



rss
TypeBug Statusreviewed Date2-Apr-2013 18:43
Versionr3 master CategoryDatatype Submitted byLadislav
PlatformAll Severitymajor Prioritynormal

Summary LOAD does not handle correctly URLs containing encoded delimiters
Description Encoded delimiter characters are not delimiters in URLs. LOAD "disrespects" this property "unencoding" such characters and transforming them to delimiters, in fact.
Example code
mold load "http://a.b.c/d?e=f%26&g=h" ; == "http://a.b.c/d?e=f&&g=h" ; "http://a.b.c/d?e=f%26&g=h" expected!

Assigned ton/a Fixed in- Last Update8-Jan-2016 19:53


Comments
(0003747)
BrianH
4-Apr-2013 02:02

This is related to #1327, #1333 and #1644.
(0003992)
Ladislav
19-Sep-2013 15:03

In the core-tests suite.

Date User Field Action Change
8-Jan-2016 19:53 ladislav Status Modified submitted => reviewed
19-Sep-2013 15:03 Ladislav Comment : 0003992 Added -
6-Apr-2013 09:56 Ladislav Category Modified Syntax => Datatype
4-Apr-2013 02:15 Ladislav Comment : 0003750 Removed -
4-Apr-2013 02:13 Ladislav Description Modified -
4-Apr-2013 02:11 Ladislav Comment : 0003750 Modified -
4-Apr-2013 02:09 Ladislav Comment : 0003750 Added -
4-Apr-2013 02:08 BrianH Comment : 0003747 Modified -
4-Apr-2013 02:02 BrianH Comment : 0003747 Added -
2-Apr-2013 18:50 Ladislav Category Modified Unspecified => Syntax
2-Apr-2013 18:50 Ladislav Severity Modified minor => major
2-Apr-2013 18:43 Ladislav Ticket Added -