Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

DECODE-URL is thrown off-track by certain characters in host/path #1334

Open
rebolbot opened this issue Nov 10, 2009 · 0 comments
Open

DECODE-URL is thrown off-track by certain characters in host/path #1334

rebolbot opened this issue Nov 10, 2009 · 0 comments
Labels

Comments

@rebolbot
Copy link
Collaborator

Submitted by: meijeru

See examples. A space in the host/path string functions as separator between host and path, whereas a ! sign is ignored together with all that follows.

>> decode-url to-url "ftp://a b"
== [scheme: 'ftp host: "a" path: " b"]
>> decode-url ftp://a!b
== [scheme: 'ftp host: "a"]

CC - Data [ Version: alpha 94 Type: Bug Platform: All Category: Mezzanine Reproduce: Always Fixed-in:none ]

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant