This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawkF8_uQjLYm5Mf5F_JuVW-BxlvzpWjvR_o 2013-01-09 10:09:57 +00:00 committed by admin
parent c7b83aa6f9
commit c48fde5423

View file

@ -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.