From: Joey Hess Date: Thu, 3 Jul 2008 22:20:25 +0000 (-0400) Subject: web commit by http://jcflack.myopenid.com/ X-Git-Tag: 2.52~3^2~16 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f7755e5e01be3b602a6dd4b6dc0ac200c6d2a657?ds=sidebyside;hp=--cc web commit by http://jcflack.myopenid.com/ --- f7755e5e01be3b602a6dd4b6dc0ac200c6d2a657 diff --git a/doc/bugs/CGI_edit_and_slash_in_page_title.mdwn b/doc/bugs/CGI_edit_and_slash_in_page_title.mdwn new file mode 100644 index 000000000..f9f30d05f --- /dev/null +++ b/doc/bugs/CGI_edit_and_slash_in_page_title.mdwn @@ -0,0 +1,16 @@ +Try clicking the Edit link for http://ikiwiki.info/todo/Add_showdown_GUI_input__47__edit/ + +The link produces a query string that the edit CGI interprets to +mean `edit.mdwn` in an `Add showdown GUI input` subpage. + +There's something there now, but only because I created it. When +I first tried it, it came up blank. I tried several different ways +of altering the escaping of the query string to get the real page to +come up, but I never succeeded, so I just grabbed the original text +from git and pasted it into the new page.... + +So somehow the generation of Edit links and the CGI for doing the +editing need to get in agreement on just how they're going to +escape slashes in a page title. + +--Chapman Flack