diff options
author | http://pdwhittaker.myopenid.com/ <http://pdwhittaker.myopenid.com/@web> | 2009-07-12 16:31:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-07-12 16:31:09 -0400 |
commit | 78ab937dbf7d33b77076907539ed463ba4df1337 (patch) | |
tree | fe62ebac9d53bb0e9f7776a036cf02f9affdc9f0 | |
parent | 759becd40c39344a1cb2564ca58ad1b753e504c4 (diff) |
Details of oddness under boa
-rw-r--r-- | doc/bugs/CGI_problem_with_some_webservers.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/bugs/CGI_problem_with_some_webservers.mdwn b/doc/bugs/CGI_problem_with_some_webservers.mdwn index a40a454c1..005e5ccce 100644 --- a/doc/bugs/CGI_problem_with_some_webservers.mdwn +++ b/doc/bugs/CGI_problem_with_some_webservers.mdwn @@ -67,3 +67,10 @@ Why do they appear two times with conflicting values in the very same hashes? >>>> (reported as [[!debbug 437927]] and [[!debbug 437932]]) --[[JeremieKoenig]] Marking [[done]] since it's not really an ikiwiki bug. --[[Joey]] + +I'm getting some odd behaviour with boa. When I edit a page and click "Save +Page", the URL I get taken to produces a 403 - Forbidden error until I reload +it. For example, it brings me back to page `http://localhost/~pdw/iki/?updated`, +I see a 403 error message, then I hit Ctrl-R, and then the page displays +correctly, with the same URL that gave an error a moment ago. This is with boa +0.94.14rc21-3 and Firefox 3.0.11 on Ubuntu 9.04. |