Opened 12 years ago
Last modified 12 years ago
#997 closed defect
uri-path-relative? misunderstands the root path — at Initial Version
Reported by: | andyjpb | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | someday |
Component: | extensions | Version: | 4.8.x |
Keywords: | Cc: | ||
Estimated difficulty: |
Description
(use uri-common)
#;16> (uri-path-relative? (uri-reference "http://www.knodium.com"))
#t
#;17> (uri-path-relative? (uri-reference "http://www.knodium.com/"))
#f
Note: See
TracTickets for help on using
tickets.