diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:27:23 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-25 02:27:23 +0000 |
commit | de9104d4e2571dcdf28659b3fd244c3c77f02740 (patch) | |
tree | 879b11be326798933b90dc928ee462ec13babc66 /doc/bugs/index.html__63__updated.mdwn | |
parent | 42b1f27e5c9b048645300b238a4a59276586904c (diff) | |
download | ikiwiki-de9104d4e2571dcdf28659b3fd244c3c77f02740.tar ikiwiki-de9104d4e2571dcdf28659b3fd244c3c77f02740.tar.gz |
triage
Diffstat (limited to 'doc/bugs/index.html__63__updated.mdwn')
-rw-r--r-- | doc/bugs/index.html__63__updated.mdwn | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/bugs/index.html__63__updated.mdwn b/doc/bugs/index.html__63__updated.mdwn index 84aac9b59..e56bd7941 100644 --- a/doc/bugs/index.html__63__updated.mdwn +++ b/doc/bugs/index.html__63__updated.mdwn @@ -1 +1,15 @@ -After editing a page `pagename`, ikiwiki redirects to `pagename/index.html?updated`. Ignoring for the moment that ?updated seems like a bad idea to begin with, this should at least not introduce /index.html into the URL.
\ No newline at end of file +After editing a page `pagename`, ikiwiki redirects to `pagename/index.html?updated`. Ignoring for the moment that ?updated seems like a bad idea to begin with, this should at least not introduce /index.html into the URL. + +> The "?updated" works around caching issues with certain broken browsers, +> web proxys, and/or webservers. These assume that since the "?" is there, +> the page is not static, or is a different page, thus forcing the page to +> be reloaded and the edited version seen. So no, not a bad idea, really. +> +> Removing the index.html would probably break this workaround. +> http://foo/bar/?updated will redirect to http://foo/bar/index.html, and +> said broken software will then display its old out of date cached +> version. +> +> So, not changing this. [[tag done]] +> +> --[[Joey]] |