You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Olivier GUCKERT <Ol...@inria.fr> on 2003/03/31 12:10:23 UTC

serve files stored in a webdav repository

Hello

I need to serve with Cocoon some files stored in a Webdav repository.
The access to the WEB-DAV directory is protected via login-password and
i want this directory to be reserved to cocoon (not to each visitor).
How schould i configure my sitemap.xmap to make it possible for Cocoon
to send login - password and so have the webdav access to the files ?


Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org


Re: serve files stored in a webdav repository

Posted by Guido Casper <gc...@s-und-n.de>.
If you want read-only access you can try:
<map:generate src="http://user:password@localhost/doc.xml"/>

HTH
Guido

Guido Casper
-------------------------------------------------
s&n AG, Open Source Competence Center
                    Tel.: +49-5251-1581-87
Klingenderstr. 5    mailto:gcasper@s-und-n.de
D-33100 Paderborn   http://www.s-und-n.de
-------------------------------------------------


Olivier GUCKERT wrote:
> Hello
> 
> I need to serve with Cocoon some files stored in a Webdav repository.
> The access to the WEB-DAV directory is protected via login-password
> and i want this directory to be reserved to cocoon (not to each
> visitor). How schould i configure my sitemap.xmap to make it possible
> for Cocoon to send login - password and so have the webdav access to
> the files ? 
> 
> 
> Thanks
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
> For additional commands, e-mail: cocoon-users-help@xml.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: cocoon-users-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-users-help@xml.apache.org