Re: Forwarding manipulated URI

2005-07-09 Thread Jonas Alves
I don't see any diferences in the tow ways you are showing. :) But no, there is no way to change the browser url without redirecting the request. --Jonas On 10 de jul de 2005, at 01:41, Chawke, Nitin (Corporate, consultant) wrote: Hi All, I am using mod_perl's PerlTransHandler for manipula

Forwarding manipulated URI

2005-07-09 Thread Chawke, Nitin \(Corporate, consultant\)
Hi All, I am using mod_perl's PerlTransHandler for manipulating the request URI. And forwarding the manipulated URI. I am getting the desired result page in the response, but the browser url does not change to the redirected page. But if I do a request redirect after manipulating the URI, the cha

[Fwd: CPAN Upload: P/PG/PGOLLUCCI/Apache-Peek-1.03.tar.gz]

2005-07-09 Thread Philip M. Gollucci
-- END What doesn't kill us can only make us stronger. Nothing is impossible. Philip M. Gollucci ([EMAIL PROTECTED]) 301.254.5198 Consultant / http://p6m7g8.net/Resume/resume.shtml Se

Re: Persistent storage

2005-07-09 Thread Perrin Harkins
Steven Lembark wrote: Also the dumped data is not (usually) transferrable between platforms. It has always worked for me if I use nfreeze() instead of freeze(). - Perrin