You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Doug MacEachern <do...@covalent.net> on 2000/12/22 06:51:37 UTC

Re: Uri modification at translation phase ...

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.