RE: [patch CGI.pm] fix the read() POST requests under 'SetHandler modperl'

2003-11-05 Thread Scott Beuker
Tested and working on my mod_perl 2 with ModPerl::Registry setup. Your scripts from /examples below work, and my problems from earlier on are not seen. Thanks, Scott Beuker > -Original Message- > From: Lincoln Stein [mailto:[EMAIL PROTECTED] > Sent: November 5, 2003 7:11 AM &

RE: [patch CGI.pm] fix the read() POST requests under 'SetHandler modperl'

2003-11-04 Thread Scott Beuker
I've reverted and patched, looks good. No issues so far as I can see, the clients that were affected before are still working fine. Thanks, Scott Beuker > -Original Message- > From: Stas Bekman [mailto:[EMAIL PROTECTED] > Sent: November 3, 2003 6:08 PM > To: mod_perl Ma

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-11-03 Thread Scott Beuker
Stas, I have confirmed that the patch has worked everywhere! Thank you very much for your help (and to Geoff too). Can I assume that you will be submitting the patch to the CGI.pm maintainer? Thanks, Scott Beuker

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-31 Thread Scott Beuker
Stas, The patch seems to work based on one previously affected client! However, it's evening here and everyone has gone home. I'll unfortunately need to wait until Monday to test more affected clients. I'll let you know then the results, but so far so good! Thanks, Scott > Scott, please try t

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-31 Thread Scott Beuker
t the other stuff in the error_log in my previous response to Stas. Cheers, Scott Beuker

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-31 Thread Scott Beuker
elow. close $filehandle if $CLOSE_UPLOAD_FILES; $CGI::DefaultClass->binmode($filehandle) if $CGI::needs_binmode; # Save some information about the uploaded file where we can get # at it later. $self->{'.tmpfiles'}->{fileno($filehandle)}= { name => $tmpfile, info => {%header}, }; push(@{$self->{$param}},$filehandle); } }ðL] - /error_log - That's a lot of data, so I'll stop there. Let me know if what I am providing is not clear or not what you are looking for. Thanks, Scott Beuker

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-30 Thread Scott Beuker
hope you are able to track this one down. Thanks, Scott Beuker

RE: [mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-30 Thread Scott Beuker
27;))); page_select($q, $dbh); } else { page_select($q, $dbh); } exit(0); } - /perl - Please let me know if there is anything more I can do. I hope this helps. I thought about writing a small example script myself but given the amount of time I have spent on this issue already, I have to be careful here at work. Cheers, Scott Beuker

[mp2] CGI.pm param's always empty from only some clients (bug or mistake on my part?)

2003-10-30 Thread Scott Beuker
trend_fe.pl", "/www/trend.soc.shaw.ca/trend_fe.pl"); -- Thank you in advance for any help. I realize that this is probably not enough information to resolve an issue (unless it is a known issue), but with some guidance I can provide some more

MP1 to MP2 porting problem (using spreadsheet::writeexcel)

2003-10-16 Thread Scott Beuker
t_dup_STDOUT_P55017/]. But although the response points towards using "Apache::RequestIO", it does not mention how it would be utilized nor can I find any documentation on how it would be utilized elsewhere (and my own efforts to figure it out are proving futile). If anyone could offer some i