[Spice-devel] [PATCH spice-gtk] Rewrite URI parsing to work with IPv6 raw addresses

Marc-André Lureau mlureau at redhat.com
Wed Apr 18 08:52:25 PDT 2012



----- Mensaje original -----
> From: "Daniel P. Berrange" <berrange at redhat.com>
> 
> The SPICE URI parser did not cope with URI containing
> raw IPv6 addresses ie
> 
>    spice://[2001:41c8:1:4fd4::2]/?port=5901
> 
> This replaces the custom written URI parser with code that
> calls out to libxml2's URI APIs which are RFC compliant.

I was waiting for GLib GUri API for that. It is a bit sad to add libxml dependency just for it, isn't it?


More information about the Spice-devel mailing list