Re: disable URL rewriting for session tracking

2004-07-27 Thread Ruth, Brice
be tricky). If all you want to do is disable URL rewriting, you can do that easily enough through a Filter. Just wrap the response in a response wrapper, disabling the encodeUrl methods that are in the parent class (just override with dummy methods). Eric Allen wrote: I need to somehow

disable URL rewriting for session tracking

2004-07-27 Thread Eric Allen
I need to somehow disable URL rewriting for session tracking in my application. My designer uses - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]