Opened 11 years ago
Last modified 17 months ago
#327 new defect
Disambiguate URL-PATHNAME from logical pathnames
Reported by: | Mark Evenson | Owned by: | ehuelsmann |
---|---|---|---|
Priority: | blocker | Milestone: | 1.9.3 |
Component: | interpreter | Version: | 1.3.0-dev |
Keywords: | url-pathname logical-pathname | Cc: | |
Parent Tickets: |
Description
I completely understand that it is desirable to have
(load "http://beta.quicklisp.org/quicklisp.lisp") working, but can't you
check for "http://" or "https://" before converting a pathname to an
url-pathname?
A reasonable request. URL-PATHNAMEs are actually [uris][1], which we can distinguish by having a "/" immediately after the ":" so I think we are in good shape to implement this in a sane manner that covers all possible cases, not those just with "http" and "https" schemas.
[1]: https://en.wikipedia.org/wiki/URI_scheme#Generic_syntax
Change History (18)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Priority: | major → blocker |
---|
comment:5 Changed 11 years ago by
Milestone: | 2.0.0 → 1.4.0 |
---|
comment:10 Changed 4 years ago by
Milestone: | 1.6.2 → 1.7.0 |
---|
comment:15 Changed 3 years ago by
Milestone: | 1.8.1 → 1.9.0 |
---|
comment:16 Changed 22 months ago by
Milestone: | 1.9.0 → 1.9.1 |
---|
comment:17 Changed 21 months ago by
Milestone: | 1.9.1 → 1.9.2 |
---|
comment:18 Changed 17 months ago by
Milestone: | 1.9.2 → 1.9.3 |
---|
Note: See
TracTickets for help on using
tickets.
1) its "scheme" not "schema"
2) a URN is a valid URI, it is has a hierarchy separated on #\: such as