From c48fde5423ac7859d59611b13d7edebd6b20d9f9 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o" Date: Wed, 9 Jan 2013 10:09:57 +0000 Subject: [PATCH] --- ...t_::1_which_breaks_IPv6_enabled_hosts.mdwn | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/bugs/assistant_listens_on_127.0.0.1_not_::1_which_breaks_IPv6_enabled_hosts.mdwn diff --git a/doc/bugs/assistant_listens_on_127.0.0.1_not_::1_which_breaks_IPv6_enabled_hosts.mdwn b/doc/bugs/assistant_listens_on_127.0.0.1_not_::1_which_breaks_IPv6_enabled_hosts.mdwn new file mode 100644 index 0000000000..c1e84a760e --- /dev/null +++ b/doc/bugs/assistant_listens_on_127.0.0.1_not_::1_which_breaks_IPv6_enabled_hosts.mdwn @@ -0,0 +1,27 @@ +What steps will reproduce the problem? + +Using the Linux tarball (i386) with configured IPv6: + +* git-annex.linux/git-annex-webapp + +A browser is then started, pointing to file:///tmp/webapp313.html which in turn points to http://localhost:$port/$blah . + +On my box localhost resolves to ::1, but the webapp is only listening on 127.0.0.1 so . While I can work around this by specifying 127.0.0.1 as the hostname, the next page that is loaded goes back to localhost. + +What is the expected output? What do you see instead? + +I would expect that the webapp would bind to ::1 if possible. + +What version of git-annex are you using? On what operating system? + +3.20130102 fromt the Linux tarball release on Debian Squeeze. + +Please provide any additional information below. + +I've tested this with: + +* epiphany +* iceweasel +* chromium + +Iceweasel is the only one which correctly fell back to IPv4 and worked.