#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)
Change History (4)
comment:1 Changed 13 years ago by
Owner: | changed from somebody to Mark Evenson |
---|---|
Status: | new → assigned |
Changed 13 years ago by
Start of test suite to show problems (from Yong)
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Addressed in r13353.
comment:3 Changed 13 years ago by
Note: See
TracTickets for help on using
tickets.
Clearly identify which parts of the URL-PATHNAME need escaping should be addressed as part of this issue.