Re: internal_redirect and POST

1999-10-27 Thread Dmitry Beransky
Yes, I agree. But as (I thought) I had mentioned in an early post, it should be possible to turn on this caching behavior for each individual request before a call to $r->content or $r->read. Cheers Dmitry On 28 Oct 1999, Greg Stark wrote: > > That makes sense for small pieces of data such as

Re: internal_redirect and POST

1999-10-27 Thread Greg Stark
Dmitry Beransky <[EMAIL PROTECTED]> writes: > My apologies for continuing this topic, but I've been thinking some more > about this issue over the weekend. I'm still perplexed by this seemingly > arbitrary limitation on the number of times a request body can be read. It > seems that, at lea

RE: internal_redirect and POST

1999-10-17 Thread Doug MacEachern
On Mon, 11 Oct 1999, Dmitry Beransky wrote: > My apologies for continuing this topic, but I've been thinking some more > about this issue over the weekend. I'm still perplexed by this seemingly > arbitrary limitation on the number of times a request body can be read. It > seems that, at leas

Re: internal_redirect and POST

1999-10-11 Thread James G Smith
Dmitry Beransky <[EMAIL PROTECTED]> wrote: >My apologies for continuing this topic, but I've been thinking some more >about this issue over the weekend. I'm still perplexed by this seemingly >arbitrary limitation on the number of times a request body can be read. It >seems that, at least theo

RE: internal_redirect and POST

1999-10-11 Thread Dmitry Beransky
My apologies for continuing this topic, but I've been thinking some more about this issue over the weekend. I'm still perplexed by this seemingly arbitrary limitation on the number of times a request body can be read. It seems that, at least theoretically, it should be possible to cache the

Re: internal_redirect and POST

1999-10-08 Thread Dmitry Beransky
Yes, I'm with Andrei on this. All I want to do is to peek at the content been passed and redirect the request based on what's in it. I did see Doug's snippet in the archives, but I decided it didn't apply to me as it still wasn't offering a way to retain the content. This limitation of calli

RE: internal_redirect and POST

1999-10-08 Thread Eric Cholet
On Friday, October 08, 1999 5:25 PM, Andrei A. Voropaev [SMTP:[EMAIL PROTECTED]] wrote: > On Fri, Oct 08, 1999 at 05:05:41PM +0200, Eric Cholet wrote: > > On Friday, October 08, 1999 3:35 PM, Andrei A. Voropaev > > > > Well. I wish you have also mentioned how to unset $r->content() > > > becaus

Re: internal_redirect and POST

1999-10-08 Thread Andrei A. Voropaev
On Fri, Oct 08, 1999 at 05:05:41PM +0200, Eric Cholet wrote: > On Friday, October 08, 1999 3:35 PM, Andrei A. Voropaev > > Well. I wish you have also mentioned how to unset $r->content() > > because it reads content only once. Second time returns undef. The > > But you shoudn't be radubg $r->co

RE: internal_redirect and POST

1999-10-08 Thread Eric Cholet
On Friday, October 08, 1999 3:35 PM, Andrei A. Voropaev [SMTP:[EMAIL PROTECTED]] wrote: > On Fri, Oct 08, 1999 at 09:39:30AM +0200, Eric Cholet wrote: > > On Friday, October 08, 1999 3:35 AM, Dmitry Beransky [SMTP:[EMAIL PROTECTED]] wrote: > > > I've been playing around with internal redirects o

Re: internal_redirect and POST

1999-10-08 Thread Andrei A. Voropaev
On Fri, Oct 08, 1999 at 09:39:30AM +0200, Eric Cholet wrote: > On Friday, October 08, 1999 3:35 AM, Dmitry Beransky [SMTP:[EMAIL PROTECTED]] wrote: > > I've been playing around with internal redirects of POST requests. They > > seem to work fine as long as I don't call Apache::content() or any o

RE: internal_redirect and POST

1999-10-07 Thread Eric Cholet
On Friday, October 08, 1999 3:35 AM, Dmitry Beransky [SMTP:[EMAIL PROTECTED]] wrote: > hi, > > I've been playing around with internal redirects of POST requests. They > seem to work fine as long as I don't call Apache::content() or any other > function that reads a request's content. However,

Re: internal_redirect and POST

1999-10-07 Thread Craig Shaver
Hi Dmitry, Can you go into some detail how you are currently getting this to work? I would like to do something like this too. I would even like it if you could send the redirect back to the user. I have not done an internal redirect. I was under the impression that a redirect back to the use