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
done his part. The request should be returned to the http server and let
the content delivery system(an application server, CGI scripts, etc) create
the response.

My problem is that I'm not able to tell the http server that Tomcat don't
want to create the response. For example: With Apache http server I think
the clue is to make mod_webapp return "DECLINED" instead of "OK", but does
anyone know how this can be done from Tomcat?

Or another way this can be done?

thanks,

Vegard

------------------
Vegard Myrland

Accenture
Communication & High Tech
P.O. Box 550 Skøyen, NO-0214 Oslo, Norway
Phone (direct): +47 22 12 65 70
Phone (mobile): + 47 952 47 047
Fax: + 47 22 12 60 00
e-mail: [EMAIL PROTECTED]


This message is for the designated recipient only and may contain
privileged, proprietary, or otherwise private information.  If you have
received it in error, please notify the sender immediately and delete the
original.  Any other use of the email by you is prohibited.


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to