REBOL3 tracker
  0.9.12 beta
Ticket #0001333 User: anonymous

Project:



rss
TypeBug Statusreviewed Date10-Nov-2009 11:15
Versionalpha 94 CategoryMezzanine Submitted bymeijeru
PlatformAll Severityminor Prioritynormal

Summary DECODE-URL ignores restriction on passwords
Description Inspection of SYSTEM/INTRINSIC/PARSE-URL reveals that the charset defined for the optional password component (PASS-CHAR) is not used in the rules. This charset would forbid whitespace in the password.
Example code
>> decode-url to-url "ftp://a:b c@d"
== [scheme: 'ftp pass: "b c" user: "a" host: "d"]

Assigned ton/a Fixed in- Last Update24-Nov-2009 04:32


Comments

Date User Field Action Change
24-Nov-2009 04:32 carl Code Modified -
24-Nov-2009 04:32 carl Status Modified submitted => reviewed
10-Nov-2009 11:15 meijeru Ticket Added -