Re: preserving request body across redirects

2008-12-29 Thread David Ihnen
Mark Hedges wrote: On Mon, 29 Dec 2008, David Ihnen wrote: Though that is, of course, specific to the application being programmed, utilizing client-side javascript active stuff rather than particular web server programming to transparently handle it on the server side using basic html2.0 typ

Re: preserving request body across redirects

2008-12-29 Thread Mark Hedges
On Mon, 29 Dec 2008, David Ihnen wrote: > > Though that is, of course, specific to the application > being programmed, utilizing client-side javascript active > stuff rather than particular web server programming to > transparently handle it on the server side using basic > html2.0 type structure.

Re: Info about mp2 and threaded MPMs

2008-12-29 Thread mackenna
One of the fun aspects of this is that the dark-blue-going- on-purple book (which I have) describes how global variables are sometimes shared between threads if they're not declared shared, while your linked page says "only data that is explicitly requested to be shared will be shared between thre

Re: Info about mp2 and threaded MPMs

2008-12-29 Thread André Warnier
cr...@animalhead.com wrote: [...] My own not very reliable 2 cent : The mod_perl 2 User's Guide (Pub: Onyx Neon, authors: Stas Beckman and Jim Brandt) has apparently only part of 2 pages (365-366) on the subject. Also, the Suse Enterprise Linux 10.x system that I recently installed for a custom

Info about mp2 and threaded MPMs

2008-12-29 Thread craig
I'm about to try a threaded MPM for my largely mod_perl2-based web site. Maybe my search skills are going downhill, but I haven't found much material about how to modify my scripts for the threaded environment. The first step is done, namely to minimize use of global variables. I'm pretty sure

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

2008-12-29 Thread craig
Dropped back in configuration and component programs to a working combination, then advanced in smaller steps than I had done before. You were correct, Mr G, in your prediction that the lib tree was involved. The 'Undefined symbol "PL_markstack_ptr"' in the mod_perl2 'make test' step: 1.

Apache::Reload/ModPerl::Util/base.pm incompatibility prospective patch

2008-12-29 Thread David Ihnen
Philip M. Gollucci wrote: 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

Re: preserving request body across redirects

2008-12-29 Thread David Ihnen
Mark Hedges wrote: On Mon, 29 Dec 2008, David Ihnen wrote: Say the application's session times out, but the user posts something by clicking submit. They are redirected to the OpenID server but it says they are still logged in and returns a positive response. But you can't know that

Re: preserving request body across redirects

2008-12-29 Thread Mark Hedges
On Mon, 29 Dec 2008, David Ihnen wrote: > > Say the application's session times out, but the user > > posts something by clicking submit. > > > > They are redirected to the OpenID server but it says > > they are still logged in and returns a positive > > response. > > But you can't know that they

Re: preserving request body across redirects

2008-12-29 Thread Adam Prime
Mark Hedges wrote: The question is, since the handler doing the preservation and installing the input filter also instantiates an Apache2::Request object, when it gets to the response phase controller, will the response handler's Apache2::Request instance read the replaced data or the cached dat

Re: preserving request body across redirects

2008-12-29 Thread André Warnier
Mark Hedges wrote: [...] Hi. Not to discourage you, but to point out some additional aspects.. There is a Belgian proverb that says essentially "one should not try to be more catholic than the pope". What I mean by that is that there are many twists to web authentication, and it is really h