Re: Cryptic Apache::Registry read() behavior

2000-08-15 Thread Doug MacEachern
On Fri, 30 Jun 2000, Cyrus Rahman wrote: Hmm, I was just adapting a large application I wrote some years ago to work with mod_perl. Much to my amazement, despite its complexity and the fact that it was largely written before mod_perl, it worked without modification! Well, almost. There is

Re: Cryptic Apache::Registry read() behavior

2000-08-15 Thread Doug MacEachern
if anybody wants to confirm that this won't break anything (e.g. CGI.pm), this patch will clear the buffer before appending to it. --- Apache/Apache.pm2000/08/15 04:35:13 1.52 +++ Apache/Apache.pm2000/08/16 04:36:30 @@ -65,7 +65,7 @@ my($nrd, $buf, $total); $nrd = $total =

Cryptic Apache::Registry read() behavior

2000-06-30 Thread Cyrus Rahman
Hmm, I was just adapting a large application I wrote some years ago to work with mod_perl. Much to my amazement, despite its complexity and the fact that it was largely written before mod_perl, it worked without modification! Well, almost. There is one problem: When handling form uploads, it