aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
diff options
context:
space:
mode:
authorSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-01-31 23:08:48 +0000
committerSimon McVittie <smcv@ http://smcv.pseudorandom.co.uk/>2009-01-31 23:08:48 +0000
commit0fe92602496210294e71c28ba459f06277a8c2ac (patch)
treece968af5919125d298afb77e8302f49a70b80e3f /doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
parent7cdbe0da864f6c322c6b25238609b3ba62a61ad8 (diff)
downloadikiwiki-0fe92602496210294e71c28ba459f06277a8c2ac.tar
ikiwiki-0fe92602496210294e71c28ba459f06277a8c2ac.tar.gz
Respond with updated goto branch
Diffstat (limited to 'doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn')
-rw-r--r--doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
index f48702bfa..4bf3fb449 100644
--- a/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
+++ b/doc/todo/generic___39__do__61__goto__39___for_CGI.mdwn
@@ -13,6 +13,12 @@ something, and moved to `IkiWiki/CGI.pm`?
>> * Should it be a separate plugin? In particular `cgi_page_from_404()` is
>> pretty big, and only works if apache is configured so seems somewhat
>> pluginaable.
+
+>>> I've split out `goto` and `apache404` plugins in the branch. I think
+>>> you're right that apache404 should be a plugin. If you think goto is small
+>>> and general enough to not be a plugin, just don't merge my most recent
+>>> patch! --[[smcv]]
+
>> * I wish there were some way to generalize the workaround for the stupid
>> MSIE behavior. Actually, I wish we could ignore the MSIE stupidity,
>> as I tend to do, but perhaps it's too stupid in this case for that to
@@ -22,3 +28,6 @@ something, and moved to `IkiWiki/CGI.pm`?
>> out of the enclosing if block, the apache 404 handler could
>> be set direct to the cgi, which seems simpler to remember.
>> --[[Joey]]
+
+>>> No, good point - the `REDIRECT_STATUS` check is sufficiently unambiguous
+>>> already. Fixed. --[[smcv]]