Add forum post regarding "bad page name" error
authorSvend Sorensen <svend@ciffer.net>
Fri, 3 Sep 2010 18:17:43 +0000 (11:17 -0700)
committerSvend Sorensen <svend@ciffer.net>
Fri, 3 Sep 2010 18:17:43 +0000 (11:17 -0700)
doc/forum/Forward_slashes_being_escaped_as_252F.mdwn [new file with mode: 0644]

diff --git a/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn b/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
new file mode 100644 (file)
index 0000000..b9c5aca
--- /dev/null
@@ -0,0 +1,9 @@
+When I try to edit a page that has a forward slash in the URL, I get "Error:
+bad page name". I think the problem is because the forward slash is escaped as
+`%252F` instead of `%2F`.
+
+For example, if I go to `http://ciffer.net/~svend/tech/hosts/` and click Edit,
+I am sent to a page with the URL
+`http://ciffer.net/~svend/ikiwiki.cgi?page=tech%252Fhosts&do=edit`.
+
+I am running ikiwiki 3.20100504~bpo50+1 on Debian Lenny.