diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o <Andrew@web> | 2013-01-09 10:09:57 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-01-09 10:09:57 +0000 |
commit | 1fb0e46b3fb7cbe530c445c49e68a9317757c7d8 (patch) | |
tree | b9dd587162ef3e5df32581c4be640935a19d1d2c /doc | |
parent | 81cceb206e552510aea6ec00638b81442a7e8502 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/assistant_listens_on_127.0.0.1_not_::1_which_breaks_IPv6_enabled_hosts.mdwn | 27 |
1 files changed, 27 insertions, 0 deletions
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 000000000..c1e84a760 --- /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. |