Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#151 closed defect (fixed)

LOAD fails for whitespace in JAR-PATHNAME

Reported by: Mark Evenson Owned by: Mark Evenson
Priority: major Milestone:
Component: other Version:
Keywords: Cc:
Parent Tickets:

Description

Loading a FASL with a space in its name from a jar fails

;;; FAILS
(load "jar:file:/Users/evenson/work/abcl/bugs/xx.jar!/xx/foo bar.abcl")

Attachments (1)

test.lisp (3.7 KB) - added by Mark Evenson 13 years ago.
Start of test suite to show problems (from Yong)

Download all attachments as: .zip

Change History (4)

comment:1 Changed 13 years ago by Mark Evenson

Owner: changed from somebody to Mark Evenson
Status: newassigned

Clearly identify which parts of the URL-PATHNAME need escaping should be addressed as part of this issue.

Changed 13 years ago by Mark Evenson

Attachment: test.lisp added

Start of test suite to show problems (from Yong)

comment:2 Changed 13 years ago by Mark Evenson

Resolution: fixed
Status: assignedclosed

Addressed in r13353.

comment:3 Changed 13 years ago by ehuelsmann

(In [13399]) Fix #151: Don't call higher level abstractions from low level lisp routines.

Note: See TracTickets for help on using tickets.