Re: Uri modification at translation phase ...

2000-12-21 Thread Doug MacEachern

On Thu, 16 Nov 2000, Antonio Pascual wrote:

 Hi Everybody.
 I'm making a module that modifies the uri at the translation phase,
 but I have a doubt.
 
 The way I do it is modifying the uri and returning DECLINED as I read in the
 book "Writing Apache Modules with Perl And C".
 But working like this, the environment variable QUERY_STRING is well
 modified
 but the uri at the browser is not changed.
 I have test return REDIRECT but then POST calls don't work.

try 1.24_01, it fixes a bug that will unclog the REDIRECT+POST problem.




Uri modification at translation phase ...

2000-11-16 Thread Antonio Pascual

Hi Everybody.
I'm making a module that modifies the uri at the translation phase,
but I have a doubt.

The way I do it is modifying the uri and returning DECLINED as I read in the
book "Writing Apache Modules with Perl And C".
But working like this, the environment variable QUERY_STRING is well
modified
but the uri at the browser is not changed.
I have test return REDIRECT but then POST calls don't work.

Any suggestion?

Thanks.