On 06/21/2011 05:54 AM, Andreas Schwab wrote:
David Woodhouse dwmw2@infradead.org writes:
And curl is just broken for numeric IPv6 addresses completely:
[dwmw2@i7 activesyncd]$ curl http://%5B2001:8b0:10b:1:21d:7dff:fe04:dbe2%5D/ curl: (3) [globbing] error: bad range specification after pos 9
$ curl http://%5C%5C%5C%5B2001:8b0:10b:1:21d:7dff:fe04:dbe2%5C%5C%5C%5D/
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Or "curl -g" to disable globbing...