[mp2] useless warning on ModPerl::Util::exit()

2003-09-30 Thread ydnar
Bug report follows.   Thanks a million. y     -8<-- Start Bug Report 8<--1. Problem Description:   Useless warning in error_log:     [Mon Sep 29 16:43:15 2003] -e: Use of uninitialized value.   This occurs whenever a handler script calls ModPerl::Util::ex

Re: [mp2] useless warning on ModPerl::Util::exit()

2003-10-01 Thread ydnar
pache::RequestRec;use Apache::RequestIO;sub handler{ my $r = shift; $r->content_type( "text/plain" ); print "End of line.\n"; exit 0;}1;- Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]>To: "ydnar" <[EMAIL PROTECTED]>Cc: <[EMAIL P

Re: [mp2] useless warning on ModPerl::Util::exit()

2003-10-01 Thread ydnar
> ydnar wrote: > > Thanks for your reply. > > > > Here's a short module that will throw the warning. > > Thanks. > > > Note, my httpd.conf uses PerlSwitches -wT. Removing -w and using "use > > warnings FATAL => 'all';"

Re: [mp2] useless warning on ModPerl::Util::exit()

2003-10-02 Thread ydnar
> snip< > Perfect, I'm now able to reproduce your problem. Please stay tuned for the fix. Thanks. :) y - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [mp2] useless warning on ModPerl::Util::exit()

2003-10-02 Thread ydnar
Patch worked. Much thanks. y - Original Message - From: "Stas Bekman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "ydnar" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 1:48 AM Subject: Re: [mp2] useless warn

[mp2] POST form limits; mod_perl + Mozilla Firebird

2003-11-12 Thread ydnar
I have a large form (1000+ form elements) which uses method="POST". Only the first 429 elements/parameters are passed to my mod_perl application. The odd thing is, it only happens with Mozilla Firebird (Win32), and not MSIE. I originally thought this was a browser issue, but when I tried the sa

Re: [mp2] POST form limits; mod_perl + Mozilla Firebird

2003-11-12 Thread ydnar
Please disregard, the latest build (mod_perl-1.99_11) fixed the problem. Cheers, y - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]