Re: [Spice-devel] [PATCH spice-gtk (v3)] Fix multiple problems with URI parsing

2012-04-23 Thread Daniel P. Berrange
On Thu, Apr 19, 2012 at 09:30:59PM +0200, Marc-André Lureau wrote: > Hi > > Somehow, it doesn' t work anymore without trailing / Urgh, I broke it when cleaning up the patch for submission :-) Sending a v4 now... Daniel -- |: http://berrange.com -o-http://www.flickr.com/photos/dberrang

Re: [Spice-devel] [PATCH spice-gtk (v3)] Fix multiple problems with URI parsing

2012-04-19 Thread Marc-André Lureau
Hi Somehow, it doesn' t work anymore without trailing / -- Marc-André Lureau ___ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel

[Spice-devel] [PATCH spice-gtk (v3)] Fix multiple problems with URI parsing

2012-04-19 Thread Daniel P. Berrange
From: "Daniel P. Berrange" The URI parsing was not correctly skipping over the path component if a port number was specified using the traditional URI scheme, eg spice://somehost:5900/ would result in failed parse due to the trailing '/' The URI parsing was also not considering that the au