Re: ssl form post variables

2006-01-26 Thread JT Smith
Sorry, I meant we're using libapreq2. It's late. I'm tired. On Thu, 26 Jan 2006 09:20:37 +0100 Tom Schindl <[EMAIL PROTECTED]> wrote: Well when dealing with file-upload's i'd strongly recommend to use libapreq2 and it's perl-glue or of not possible CGI.pm. Avoid writing your own parameter pars

Re: ssl form post variables

2006-01-26 Thread Tom Schindl
Well when dealing with file-upload's i'd strongly recommend to use libapreq2 and it's perl-glue or of not possible CGI.pm. Avoid writing your own parameter parsing logic you'll fail in so many different cases! Tom JT Smith wrote: > Apache::RequestRec > > On Thu, 26 Jan 2006 08:51:51 +0100 > T

Re: ssl form post variables

2006-01-25 Thread Tom Schindl
Hi, how do you access those parameters: - CGI.pm - APR::Request - Apache::RequestRec Tom JT Smith wrote: > Is there any difference between how form post variables are handled in > modperl via http vs https? The reason I ask is because since switching > from CGI/MP Registry to native MP2 handlers

Re: ssl form post variables

2006-01-25 Thread Glenn Gallien
JT Smith wrote: Is there any difference between how form post variables are handled in modperl via http vs https? The reason I ask is because since switching from CGI/MP Registry to native MP2 handlers, some of my forms don't seem to work when running under SSL. However, without SSL everything

ssl form post variables

2006-01-25 Thread JT Smith
Is there any difference between how form post variables are handled in modperl via http vs https? The reason I ask is because since switching from CGI/MP Registry to native MP2 handlers, some of my forms don't seem to work when running under SSL. However, without SSL everything is peachy keen. T