[basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, removing a folder/collection over WebDAV does not work. The problem can be easily reproduced by creating a folder/collection using 'cadaver' and then trying to remove it. I was also able to reproduce the problem using Python and a Python web

Re: [basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Christian Grün
Hi Andreas, could you please check if the problem persists with the latest snapshot [1]? Does the problem also happen with another WebDAV client? Thanks in advance, Christian [1] http://files.basex.org/releases/latest On Sat, Nov 1, 2014 at 12:40 PM, Andreas Jung wrote: > -BEGIN PGP SIGNE

Re: [basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Latest snapshot throws a 500 error: Suxmac-2:basex ajung$ bin/basexhttp -h 8984 -d DEBUG: true DEBUG: true WEBPATH: /Users/ajung/BaseXWeb BaseX 8.0 beta ebd99ca [Server] Server was started (port: 1984) HTTP Server was started (port: 8984) _ REQUEST __

Re: [basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Christian Grün
Hi Andreas, thanks for the bug report. You may be surpised, but the problem boils down to an XQuery inlining issue, which can be reproduced via the query ()/x[function($x as item()){1}(.)] I have opened a new GitHub issue [1]; we will keep you updated once this is fixed. Christian [1] https:

Re: [basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Christian Grün
Hi Andreas, After having fixed the XQuery optimization problem, I took care of the WebDAV issue you originally reported. I have uploaded a new snapshot [1]. There is an old coding wisdom that again proved to be true: the more time you spend on a bug, the less characters in the code will eventuall

Re: [basex-talk] Bug in 7.9: REMOVE over WebDAV not working

2014-11-01 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thanks for the quick fix. Working for me now. Andreas Christian Grün wrote: > Hi Andreas, > > After having fixed the XQuery optimization problem, I took care of > the WebDAV issue you originally reported. I have uploaded a new > snapshot [1]. > > T