RE: WebDAV support in mod_perl

2000-11-30 Thread Jerrad Pierce
That's the one that (used to be)|is slow... >-Original Message- >From: Aaron Johnson [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 29, 2000 9:26 PM >To: [EMAIL PROTECTED] >Cc: [EMAIL PROTECTED] >Subject: Re: WebDAV support in mod_perl > > >Is the

Re: WebDAV support in mod_perl

2000-11-30 Thread Joao Pedro Goncalves
HTTP::DAV is a client to the WebDAV protocol, not a server. Aaron Johnson wrote: > > Is the HTTP::DAV module of any use? I just ran across it in TPJ. > > http://theoryx5.uwinnipeg.ca/CPAN/data/HTTP-DAV/DAV.html -- João Pedro Gonçalves perl -pe'$_=eof&&pack(c5,83,(1<<6)+1,010*0xa,ord($0)*2-0

Re: WebDAV support in mod_perl

2000-11-29 Thread Aaron Johnson
Is the HTTP::DAV module of any use? I just ran across it in TPJ. http://theoryx5.uwinnipeg.ca/CPAN/data/HTTP-DAV/DAV.html Aaron Joao Pedro Goncalves wrote: > Hi, is there any current project going on for using the WebDAV protocol > in > mod_perl, something like Apache::WebDAV? > > I am famili

Re: WebDAV support in mod_perl

2000-11-29 Thread Jeremy Howard
Joao Pedro Goncalves wrote: > Hi, is there any current project going on for using the WebDAV protocol > in > mod_perl, something like Apache::WebDAV? > > I am familiar with the mod_dav efforts however they seem to be oriented > to > filesystem repositories and i would like to use WebDAV in a more

Re: WebDAV support in mod_perl

2000-11-29 Thread Greg Stein
On Wed, Nov 29, 2000 at 09:20:49AM -0800, Ian Kallen wrote: > > Yes, I've contemplated either: > > 1) implementing the DAV protocols entirely in Perl for mod_perl > 2) gluing in XS into mod_dav -- IIRC mod_dav has hooks for non-filesystem > respositories; it'd be great just to expose that API t

Re: WebDAV support in mod_perl

2000-11-29 Thread Matt Sergeant
On Wed, 29 Nov 2000, Ian Kallen wrote: > > Yes, I've contemplated either: > > 1) implementing the DAV protocols entirely in Perl for mod_perl > 2) gluing in XS into mod_dav -- IIRC mod_dav has hooks for non-filesystem > respositories; it'd be great just to expose that API to mod_perl (haven't > c

Re: WebDAV support in mod_perl

2000-11-29 Thread Alex Menendez
I am very interested in any developments in this area. I currently am doing dav stuff in Java for macromedia.com and would be interested in porting it to my first love: Perl! please let me know of any developments. I am willing to help, if you need it. cheers, -amen On Wed, 29 Nov 2000, Ian K

Re: WebDAV support in mod_perl

2000-11-29 Thread Ian Kallen
Yes, I've contemplated either: 1) implementing the DAV protocols entirely in Perl for mod_perl 2) gluing in XS into mod_dav -- IIRC mod_dav has hooks for non-filesystem respositories; it'd be great just to expose that API to mod_perl (haven't cracked open that code yet though) Issues: what wil

RE: WebDAV support in mod_perl

2000-11-29 Thread Jerrad Pierce
you could heed User and Group directives when writing files (mod_dav does, and will not). >-Original Message- >From: Joao Pedro Goncalves [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, November 29, 2000 11:22 AM >To: [EMAIL PROTECTED] >Subject: WebDAV support in mod_perl > &g

WebDAV support in mod_perl

2000-11-29 Thread Joao Pedro Goncalves
Hi, is there any current project going on for using the WebDAV protocol in mod_perl, something like Apache::WebDAV? I am familiar with the mod_dav efforts however they seem to be oriented to filesystem repositories and i would like to use WebDAV in a more dynamic environment such as repositories