[mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Jeff Finn
Hi, I'm trying to write an input filter that will read the request body data, do some transformation, and then write the output to a file using mod_dav: DAV on PerlInputFilterHandler FileDataLog::input The problem I'm having is that whenever I try to PUT a file that contains n

Re: [mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Stas Bekman
Jeff Finn wrote: Hi, I'm trying to write an input filter that will read the request body data, do some transformation, and then write the output to a file using mod_dav: DAV on PerlInputFilterHandler FileDataLog::input The problem I'm having is that whenever I try to PUT a file

Re: [mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Stas Bekman
Stas Bekman wrote: Jeff Finn wrote: Hi, I'm trying to write an input filter that will read the request body data, do some transformation, and then write the output to a file using mod_dav: DAV on PerlInputFilterHandlerFileDataLog::input The problem I'm having is that whenever I tr

RE: [mp2] Trouble with Apache::Filter input and mod_dav

2004-03-15 Thread Jeff Finn
Thanks. This fixes the problem I was having. Jeff -Original Message- From: Stas Bekman [mailto:[EMAIL PROTECTED] Sent: Monday, March 15, 2004 7:52 PM To: Stas Bekman Cc: Jeff Finn; [EMAIL PROTECTED] Subject: Re: [mp2] Trouble with Apache::Filter input and mod_dav Stas Bekman wrote