diff --git a/module/web/http.scm b/module/web/http.scm index d8c9ae66d..f8aa8dbbe 100644 --- a/module/web/http.scm +++ b/module/web/http.scm @@ -1859,9 +1859,9 @@ treated specially, and is just returned as a plain string." entity-tag? write-entity-tag) -;; Location = absoluteURI +;; Location = URI-reference ;; -(declare-uri-header! "Location") +(declare-relative-uri-header! "Location") ;; Proxy-Authenticate = 1#challenge ;;