aboutsummaryrefslogtreecommitdiff
path: root/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-09-07 15:59:57 -0400
committerJoey Hess <joey@kitenet.net>2010-09-07 15:59:57 -0400
commit3c16ca60794df8196e05cb45a31f8b8f36b4a613 (patch)
tree113904a1cd0b299b569058bcb99c261c3440f027 /doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
parent5c6c0813ca8dff8c42ac32ed9702568228f8407b (diff)
downloadikiwiki-3c16ca60794df8196e05cb45a31f8b8f36b4a613.tar
ikiwiki-3c16ca60794df8196e05cb45a31f8b8f36b4a613.tar.gz
web server is forcing a redirect
Diffstat (limited to 'doc/forum/Forward_slashes_being_escaped_as_252F.mdwn')
-rw-r--r--doc/forum/Forward_slashes_being_escaped_as_252F.mdwn13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn b/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
index b9c5aca07..cabb21b5c 100644
--- a/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
+++ b/doc/forum/Forward_slashes_being_escaped_as_252F.mdwn
@@ -7,3 +7,16 @@ 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.
+
+
+> But on your page, the Edit link is escaped normally and correctly (using %2F).
+> Look at the page source!
+>
+> The problem is that your web server is forcing a hard (302) redirect
+> to the doubly-escaped url. In wireshark I see your web server send back:
+
+ HTTP/1.1 302 Found\r\n
+ Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny9 with Suhosin-Patch
+ Location: http://ciffer.net/~svend/ikiwiki.cgi?page=tech%252Fhosts&do=edit
+
+> You'll need to investigate why your web server is doing that... --[[Joey]]