Is it possible to prevent Tomcat from creating a response?

2002-02-06 Thread vegard . myrland
I'm creating a single sign on plugin to different http servers using Tomcat. Functionality: If the user is not authenticated or authorized for the requested resource the user is redirected to another site for log in. If the user is authorized for the requested resource, the Tomcat module has

Re: Is it possible to prevent Tomcat from creating a response?

2002-02-06 Thread Janek Bogucki
Would creating a redirection work after successful A A work? HTTP/1.0 302 Document follows Location: http://xxx.accenture.com/new-location/index.html Will this code be executed within a webapp or within a modified version of mod_webapp? -Janek --- [EMAIL PROTECTED] wrote: I'm creating a