On 4 Oct 2006 at 16:38, Also Sprach Jörg Walter:

> It's the problem of all redirects. Apache is no different. The solution is to
> try the just discussed way of suppressing the redirects, or to /-terminate
> the URL right from the start.

I can't work out how to suppress a redirect. I have managed to get
a / terminate though.

A redirect seems to happen when the url is

http://domain.dom:8000/foo?fire=hot

and gives

http://domain.dom:8000/foo/?fire=hot

Is the above a valid url? the / before the ? looks wrong.

In the above case a redirect is a waste of time, isn't it?

What I've done to get round my problem is to have a
fixup hook. If the request is a POST, I save the params to cache.
If it's a get and we aren't about to redirect, i save the params to the
client param api.
Is this a valid way to do it? (the best way?)

John

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to