#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 by , 15 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:3 by , 15 years ago
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.