Re: Apache::Reload - ModPerl::Util::unload_package under perl 5.10 use base directive malfunction

2008-12-27 Thread Philip M. Gollucci
David Ihnen wrote: 1. Problem Description: While developing with CGI::Application and utilizing Apache::Reload, we encountered an issue where our modules were not being succesfully reinitialized on reload. It was traced down to @ISA not containing the proper values after a 'use base' directi

Re: [mp2] undefined symbol in make test with threaded Apache 2.2.11

2008-12-27 Thread Philip M. Gollucci
Philip M. Gollucci wrote: Craig MacKenna wrote: On Dec 24 00:57, "Philip M. Gollucci" wrote: Subject: Re: [mp2] undefined symbol in make test with threaded Apache 2.2.11 If you post your ./Configure for perl, ./configure for httpd, and perl Makefile.PL for mod_perl, I'll run it locally on my

preserving request body across redirects

2008-12-27 Thread Mark Hedges
Hi, I'm trying to figure out how to preserve the request body across an OpenID login redirect cycle. This handler is running as a PerlHeaderParserHandler. Say the application's session times out, but the user posts something by clicking submit. They are redirected to the OpenID server but it sa