Re: BUG?: POST/GET data loss

2003-12-12 Thread Hakan Nilsson
On Thu, 11 Dec 2003, Ged Haywood wrote: > Hi there, > > On Wed, 10 Dec 2003, Hakan Nilsson wrote: > > > Most often we have links like > > > > A link! > > > > which sometimes work and sometimes fails > > Have you checked the error_log? > > 73, > Ged. > Yes, but no error is reported. The page works

RE: BUG?: POST/GET data loss

2003-12-12 Thread Frank Maas
> Yes, but no error is reported. The page works as if the link was just > "page.html" instead of "page.html?foo=bar&baz=1", but the access-log > has the whole link. Nobody seems to have asked you yet, but could you give some insight into your httpd.conf and handler routine? It might help, certai

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Haroon Rafique
On Today at 5:29am, JMH=>Jonathan M. Hollin <[EMAIL PROTECTED]> wrote: JMH> Quote: "Are you idiot?" JMH> JMH> Well Slava, whatever your programming skills and depth of experience JMH> amount to, you blew your chances right there. You just can't talk to JMH> potential employers (or their agents) i

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Slava Bizyayev
"...When you have no sense of humor, you have to have at least a sense that you have no sense of humor..." (Russian source: Kos'ma Prutkov - Aphorisms; translated by Slava Bizyayev) Dear Haroon and Jonathan, I like Christmas. It's the tim

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Chris Shiflett
--- Slava Bizyayev <[EMAIL PROTECTED]> wrote: > Dear Haroon and Jonathan, > > I like Christmas. It's the time when miracles used to happen in the > World. And they really happen when you are capable of seeing them. > > We have nothing to discuss here. The story was not about the job; It > was abo

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Slava Bizyayev
"...When you have no sense of humor, you have to have at least a sense that you have no sense of humor..." (Russian source: Kos'ma Prutkov -Aphorisms; translated by Slava Bizyayev) Dear Haroon and Jonathan, I like Christmas. It's the time when miracles used to

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Shaw, Matthew
Slava: Are you an idiot? Just Joking, Matt (Sorry, couldn't resist :) > -Original Message- > From: Slava Bizyayev [mailto:[EMAIL PROTECTED] > Sent: Friday, December 12, 2003 3:31 PM > To: Haroon Rafique > Cc: 'mod_perl list' > Subject: RE: [OT] [mod_perl] [Fun] telecommuting

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Slava Bizyayev
On Fri, 2003-12-12 at 13:32, Shaw, Matthew wrote: > Slava: > > Are you an idiot? You bet, aren't you? Thanks, Slava -- Reporting bugs: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html

ANNOUNCE: Mason 1.25

2003-12-12 Thread Dave Rolsky
1.25 December 12, 2003 [ BUG FIXES ] - CGIHandler did not support $m->flush_buffer or autoflush. Reported by Shane McCarron. - Every line in the error stacktrace had a 'g' appended to it in HTML error mode. - The HTML error display of the stacktrace was not filtering out some packages that it s

[mp2] CGI.pm patch

2003-12-12 Thread Michael Peppler
I ran into the same (or a similar) problem that Scott Beuker reported with CGI.pm truncating POST content in an mp2 setup. In my case the POST was truncated at around 7500 bytes. A check with tcpdump shows that the entire POST is correctly sent to apache. I started by upgrading CGI.pm to the lates

RE: [OT] [mod_perl] [Fun] telecommuting job

2003-12-12 Thread Slava Bizyayev
On Fri, 2003-12-12 at 13:11, Chris Shiflett wrote: > I'm curious now. You posted an off-topic message on a mod_perl mailing > list that: > > 1. Demonstrated how rude you were to another person. > 2. Revealed private correspondence on a public mailing list. > > You then describe this as, "It was a

re initialize a namespace

2003-12-12 Thread Chris Ochs
I am using CGI.pm with mod perl, and simply because I hate using $q->param('var') I use $q->import_names('CGI') so I can reference the post variables as $CGI::var. CGI.pm does not clear this namespace and I am not sure of the best way to clear an entire namespace. Any ideas? Chris -- Reportin