summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-09-09 01:24:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-09-09 01:24:20 -0400
commit2491797a7e80c8f91bff0128b9045c5eb14668f6 (patch)
tree2d0fc34cbc29e523f7ee1c701d1adb4f4e0a92e8
parentf176440d0403a35f41986807b893de09c14c6984 (diff)
webapp: Improve javascript's handling of longpolling connection failures, by reloading the current page in this case. Works around chromium behavior where ajax connections to urls that were already accessed are denied after navigating back to a previous page.
-rw-r--r--debian/changelog5
-rw-r--r--doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn2
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 17e7fa7a5..6a5150eb8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -27,6 +27,11 @@ git-annex (4.20130828) UNRELEASED; urgency=low
* Added gcrypt support. This combines a fully encrypted git
repository (using git-remote-gcrypt) with an encrypted git-annex special
remote.
+ * webapp: Improve javascript's handling of longpolling connection
+ failures, by reloading the current page in this case.
+ Works around chromium behavior where ajax connections to urls
+ that were already accessed are denied after navigating back to
+ a previous page.
-- Joey Hess <joeyh@debian.org> Tue, 27 Aug 2013 11:03:00 -0400
diff --git a/doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn b/doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn
index 8d5b148bf..1b7e2ec71 100644
--- a/doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn
+++ b/doc/bugs/clicking_back_in_the_web_browser_crashes.mdwn
@@ -19,3 +19,5 @@ When I click on the "back" button in my web browser, I get the following error m
### Please provide any additional information below.
Click "forward" actually brings us back to sanity, and the webapp doesn't actually *crash*. -- [[anarcat]]
+
+> I have applied the page reload fix/hack. [[done]] --[[Joey]]