Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

DECODE-URL ignores restriction on passwords #1333

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

DECODE-URL ignores restriction on passwords #1333

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

Comments

@rebolbot
Copy link
Collaborator

Submitted by: meijeru

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.

>> decode-url to-url "ftp://a:b c@d"
== [scheme: 'ftp pass: "b c" user: "a" host: "d"]

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

@Oldes
Copy link

Oldes commented Jun 6, 2019

[scheme: 'ftp pass: "b c" user: "a" host: "d"] result above (which I get in old 2.100.111.3.1 R3 version) seems to be correct or am I missing something?

@Oldes
Copy link

Oldes commented Jun 6, 2019

Ah... I see... right... the pass-char value is not used.

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

No branches or pull requests

2 participants