Opened 11 years ago

Last modified 10 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

Karsten notes problems with trying to use logical pathnames for a host that also could be a URI schema:

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 Mark Evenson

1) its "scheme" not "schema"

2) a URN is a valid URI, it is has a hierarchy separated on #\: such as

    urn:this:is:the:path.lisp

so the strategy of looking immediately for a #\/ after the possible naming of a logical pathname is a little more complicated.

comment:2 Changed 10 years ago by Mark Evenson

Priority: majorblocker

comment:3 Changed 10 years ago by Mark Evenson

Milestone: 1.3.02.0

Ticket retargeted after milestone closed

comment:4 Changed 10 years ago by Mark Evenson

Milestone: 2.02.0.0

Milestone renamed

comment:5 Changed 10 years ago by Mark Evenson

Milestone: 2.0.01.4.0

comment:6 Changed 8 years ago by Mark Evenson

Milestone: 1.4.01.5.0

Ticket retargeted after milestone closed

comment:7 Changed 7 years ago by Mark Evenson

Milestone: 1.5.01.6.0

Ticket retargeted after milestone closed

comment:8 Changed 4 years ago by Mark Evenson

Milestone: 1.6.01.6.1

Ticket retargeted after milestone closed

comment:9 Changed 4 years ago by Mark Evenson

Milestone: 1.6.11.6.2

Ticket retargeted after milestone closed

comment:10 Changed 4 years ago by Mark Evenson

Milestone: 1.6.21.7.0

comment:11 Changed 4 years ago by Mark Evenson

Milestone: 1.7.01.7.1

Ticket retargeted after milestone closed

comment:12 Changed 4 years ago by Mark Evenson

Milestone: 1.7.11.7.2

Ticket retargeted after milestone closed

comment:13 Changed 4 years ago by Mark Evenson

Milestone: 1.7.21.8.0

Milestone renamed

comment:14 Changed 3 years ago by Mark Evenson

Milestone: 1.8.01.8.1

Ticket retargeted after milestone closed

comment:15 Changed 2 years ago by Mark Evenson

Milestone: 1.8.11.9.0

comment:16 Changed 15 months ago by Mark Evenson

Milestone: 1.9.01.9.1

comment:17 Changed 14 months ago by Mark Evenson

Milestone: 1.9.11.9.2

comment:18 Changed 10 months ago by Mark Evenson

Milestone: 1.9.21.9.3
Note: See TracTickets for help on using tickets.