Displaying 4 results from an estimated 4 matches for "snesha".
Did you mean:
sneshaf
2015 Jun 29
2
Re: URI Handling Patch
+Snesha Foss <sneshaf@microsoft.com> who is taking over this work.
It definitely looks like adding the query string to every path is just
wrong.
I'm not sure I understand why we'd want to parse, deconstruct key value
pairs and then reconstruct the query string from these values and append
t...
2015 Jun 29
0
Re: URI Handling Patch
On Mon, Jun 29, 2015 at 05:57:38PM +0000, Gabriel Hartmann wrote:
> +Snesha Foss <sneshaf@microsoft.com> who is taking over this work.
>
> It definitely looks like adding the query string to every path is just
> wrong.
>
> I'm not sure I understand why we'd want to parse, deconstruct key value
> pairs and then reconstruct the query string...
2015 Jun 25
4
URI Handling Patch
I have written a patch (please see attached) which fixes both of these bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1092583
https://bugzilla.redhat.com/show_bug.cgi?id=1232477
By default, when saving a URI using xmlSaveUri it escapes everything in the
URI. QEMU doesn't want anything escaped, so now I unescape everything
after the URI is generated. Unfortunately there's no flag to
2015 Jun 26
3
Re: URI Handling Patch
>
> > By default, when saving a URI using xmlSaveUri it escapes everything in
> the URI. QEMU doesn't want anything escaped, so now I unescape
> everything after the URI is generated. Unfortunately there's no flag to
> change the default behavior.
>
> I'm not sure that's the actual issue here, but I'm somehow included to
> think this is another