From 8f7d92c58e6407274c224f5254139a9a777deaa2 Mon Sep 17 00:00:00 2001 From: "http://thomaslevine.com/" Date: Sun, 2 Mar 2014 17:57:17 -0400 Subject: [PATCH] --- doc/bugs/redirect.mdwn | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/redirect.mdwn diff --git a/doc/bugs/redirect.mdwn b/doc/bugs/redirect.mdwn new file mode 100644 index 000000000..f7dac6077 --- /dev/null +++ b/doc/bugs/redirect.mdwn @@ -0,0 +1,16 @@ +I suppose this isn't technically a bug, but whetever. + +I want symbolic links to be rendered as HTTP redirects. For example, +if we do this, + +``` +touch foo.mkdwn +ln -s foo.mkdwn bar.mkdwn +git push baz.branchable.com +``` + +then the following command should print 302 + +``` +curl -o /dev/null -s -w "%{http_code}" http://wiki.thomaslevine.com +``` -- 2.39.5