]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttps://www.google.com/accounts/o8/id?id=AItOawnk4wDRm6xm3ftaTbEbVsjvSt4i-pf5WKU <Paul@web>
Tue, 9 Sep 2014 15:14:16 +0000 (11:14 -0400)
committeradmin <admin@branchable.com>
Tue, 9 Sep 2014 15:14:16 +0000 (11:14 -0400)
doc/bugs/redirect.mdwn

index 6296c3df125565bfb7975eacfa71684f40a0ed9a..40d1086984369fa41e92c1b90e5763a969984941 100644 (file)
@@ -24,3 +24,6 @@ then the following command should print 302
 > In current ikiwiki, you can get a broadly similar effect by either
 > using \[[!meta redir=foo]] (which does a HTML `<meta>` redirect)
 > or reconfiguring the web server. --[[smcv]]
+
+>> The CGI spec (http://www.ietf.org/rfc/rfc3875) says that a CGI can cause a redirect by returning a Location: header.
+>> So it's possible; desirable (due to your point about conflicting with git-annex support) is a different matter.