summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2011-01-05 12:25:58 -0400
committerJoey Hess <joey@kitenet.net>2011-01-05 12:25:58 -0400
commita3769c60017e262364804ebfc24bcd8b74ef5b6d (patch)
treedae4cf398495ef1bfee078738b599c48af991597 /doc
parent2c94420c34b034498a895b6cd83dbadec979487a (diff)
response
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/preview_base_url_should_be_absolute.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/preview_base_url_should_be_absolute.mdwn b/doc/bugs/preview_base_url_should_be_absolute.mdwn
index fb9a05951..86575eed9 100644
--- a/doc/bugs/preview_base_url_should_be_absolute.mdwn
+++ b/doc/bugs/preview_base_url_should_be_absolute.mdwn
@@ -20,3 +20,7 @@ git|http://git.oblomov.eu/ikiwiki]].
> [[todo/want_to_avoid_ikiwiki_using_http_or_https_in_urls_to_allow_serving_both]]
> suggests that this might already work, but I'm not quite sure how - I'd
> expect it to need more environment variables? --[[smcv]]
+>
+>> `CGI::url` uses `REQUEST_URI`. So it could be used, but I don't see
+>> how to get from the `CGI::url` to an url to the page that is being
+>> edited. --[[Joey]]