Recording design decision
svn: r6649
This commit is contained in:
parent
e86b8c99cc
commit
ba354b9b2b
|
@ -24,7 +24,6 @@
|
||||||
; Build a path
|
; Build a path
|
||||||
(apply build-path*
|
(apply build-path*
|
||||||
; Remove all ".."s
|
; Remove all ".."s
|
||||||
; XXX Should error?
|
|
||||||
(strip-prefix-ups
|
(strip-prefix-ups
|
||||||
(map (lambda (p)
|
(map (lambda (p)
|
||||||
(if (and (string? p) (string=? "" p))
|
(if (and (string? p) (string=? "" p))
|
||||||
|
|
|
@ -70,7 +70,7 @@ URLs to paths on the filesystem.
|
||||||
url-path?]{
|
url-path?]{
|
||||||
The @scheme[url-path?] returned by this procedure considers the root
|
The @scheme[url-path?] returned by this procedure considers the root
|
||||||
URL to be @scheme[base]. It ensures that @scheme[".."]s in the URL
|
URL to be @scheme[base]. It ensures that @scheme[".."]s in the URL
|
||||||
do not escape the @scheme[base].}
|
do not escape the @scheme[base] and removes them silently otherwise.}
|
||||||
|
|
||||||
@defproc[(make-url->valid-path (url->path url->path?))
|
@defproc[(make-url->valid-path (url->path url->path?))
|
||||||
url->path?]{
|
url->path?]{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user