authorization « Request « JSP-Servlet Q&A





1. Servlet request to another servlet with authorization    stackoverflow.com

I have tomcat server with some applications. This server uses standart j_secure_check auth. On another tomcat server I need to deploy application that must be some proxy to first server. So ...