> Problem's cause seems to be IIS "internal redirect" indeed.
> I've tried all ideas posted and ended with the following:

> 1. Both full absolute URL and setting HTTP Status to 307 don't help.
> 2. Geoffrey's trick of pasting _SID_ into the redirect url DOES work.
>    Hurrah!
> 3. To hide the _SID_='...' from client I added a small trick to the B's
> servlet:
> if self.request().hasField('_SID_'):
>   self.redirectToB() 
> This clears the _SID_ field from the request.

Sorry for replaying to myself, but step 3 cause the same problem in IIS,
thus, I had to undo it and left this unwieldy _SID_ in the url address.


-- 
Regards, max.


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to