c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23761
Re: [Bug 777829] Re: [6.1 trunk] : [document_webdav] cannot see content of DAV folders
On Monday 09 May 2011, you wrote:
> On 09. 05. 11 13:49, Amit Parik (OpenERP) wrote:
> > I have checked your issue. But all are working as expected at my end.
> > So would you please tell me which end client you have used to access
> > webdav?
>
> before wasting too much of your time, could you please provide me with
> some proper information on how to configure the module? it might be that
> i missed something, as not much is said in the official doc.
>
> now, i use ubuntu, with firefox.
ok, now I can answer:
If you are using a _web browser_ to see the WebDAV folders, you will see
nothing. That's normal.
You would have to use a webdav client to see them, such as konqueror (with
webdav:// url, not http:// ) or nautilus etc.
What you are trying to do, ie. GET /webdav/dbname/foldername , makes sense,
but the webdav protocol requires that we return an empty document (no data)
for folders (aka. DAV "collections").
I had thought seriously about violating this part of the protocol and
returning a html page with the files listing for folders, when I see that the
client is just a regular html browser. Not implemented yet, though.
--
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/777829
Title:
[6.1 trunk] : [document_webdav] cannot see content of DAV folders
Status in OpenERP Modules (addons):
Incomplete
Bug description:
Hi there,
After installing the module document_webdav and configuring it, I have
the following behaviour:
go to localhost:8069/webdav/dbname/Documents
asked for username and pwd, fill in, click OK
EMPTY page.
Is there any partucular config which in not mentioned?
thank you!
b
Follow ups
References