Renaud Richardet wrote:
Torsten Schlabach wrote:

I've been experimenting with Cadaver and Vim, and it worked OK.


With 1.4alpha1 or with a recent SVN version?
With a recent SVN. The basic editing with VIM worked very well.

BTW: has anybody tried OpenOffice as a WebDav client? I can open the url http://localhost:8888/default/ but get the login page. I found no way to pass the username and pwd so far.

I have tried OpenOffice and have the same problem. Open Office doesn't pass a user-agent header (http://www.openoffice.org/issues/show_bug.cgi?id=21599).

The webDAV usecases in 1.4 use the method in place of a lenya.usecase parameter. This works great for all but the GET method which is also used in the authoring area by a web browser. This is one of the reasons for matching the user-agent header. The other reason is to authenticate via basic auth instead of the web form that lenya provides.

These problems could be resolved by using the path to differentiate a webDAV client ( GET /dav/default/authoring/index.html ). Changing the path would cause problems with the page-envelope module (and usecases that use it?).

I will double check, but in testing a few webDAV clients, it didn't appear that they like redirects, sessions, or GET parameters.

--Doug

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to