Re: [Spice-devel] [PATCH spice-gtk 2/2] session: Keep brackets around ipv6 hostname

2016-06-21 Thread Frediano Ziglio
> According to rfc2732: > "To use a literal IPv6 address in a URL, the literal address should be > enclosed in "[" and "]" characters." > Yes, but this does not apply as the address is not used in a URL but came from a URL. But perhaps is coherent with "host" property: /** * SpiceSessi

Re: [Spice-devel] [PATCH spice-gtk 2/2] session: Keep brackets around ipv6 hostname

2016-06-21 Thread Marc-André Lureau
ack - Original Message - > According to rfc2732: > "To use a literal IPv6 address in a URL, the literal address should be > enclosed in "[" and "]" characters." > > Resolves: rhbz#1331777 > --- > src/spice-session.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git

[Spice-devel] [PATCH spice-gtk 2/2] session: Keep brackets around ipv6 hostname

2016-06-21 Thread Pavel Grunt
According to rfc2732: "To use a literal IPv6 address in a URL, the literal address should be enclosed in "[" and "]" characters." Resolves: rhbz#1331777 --- src/spice-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spice-session.c b/src/spice-session.c index 888d