Re: [Spice-devel] [Spice-Gtk] SpiceSession: Create webdav even with NULL shared_dir

2019-05-08 Thread Javier Celaya
Hi, El mié, 08-05-2019 a las 06:47 +, Victor Toso escribió: > Hi, > On Mon, May 06, 2019 at 04:06:45PM +0200, Javier Celaya wrote: > > HiEl lun, 06-05-2019 a las 10:37 +, Victor Toso escribió: > > > Hi,On Fri, May 03, 2019 at 06:52:00PM +0200, Javier Celaya wrote: > > > > A phodav server cr

Re: [Spice-devel] [Spice-Gtk] SpiceSession: Create webdav even with NULL shared_dir

2019-05-07 Thread Victor Toso
Hi, On Mon, May 06, 2019 at 04:06:45PM +0200, Javier Celaya wrote: > Hi > El lun, 06-05-2019 a las 10:37 +, Victor Toso escribió: > > Hi, > > On Fri, May 03, 2019 at 06:52:00PM +0200, Javier Celaya wrote: > > > A phodav server created with a NULL shared dir is valid andresults > > > in an erro

Re: [Spice-devel] [Spice-Gtk] SpiceSession: Create webdav even with NULL shared_dir

2019-05-06 Thread Javier Celaya
Hi El lun, 06-05-2019 a las 10:37 +, Victor Toso escribió: > Hi, > On Fri, May 03, 2019 at 06:52:00PM +0200, Javier Celaya wrote: > > A phodav server created with a NULL shared dir is valid andresults > > in an error answer to all requests of the webdav channel,instead of > > silently ignoring

Re: [Spice-devel] [Spice-Gtk] SpiceSession: Create webdav even with NULL shared_dir

2019-05-06 Thread Victor Toso
Hi, On Fri, May 03, 2019 at 06:52:00PM +0200, Javier Celaya wrote: > A phodav server created with a NULL shared dir is valid and > results in an error answer to all requests of the webdav channel, > instead of silently ignoring them. > > This is better than just returning NULL from > spice_sessio

[Spice-devel] [Spice-Gtk] SpiceSession: Create webdav even with NULL shared_dir

2019-05-03 Thread Javier Celaya
A phodav server created with a NULL shared dir is valid and results in an error answer to all requests of the webdav channel, instead of silently ignoring them. This is better than just returning NULL from spice_session_get_webdav_server because: a) it crashes channel_webdav.c:start_client. b) eve