1.

How Do I Restrict Access To Servlets And Jsps?

Answer»

The JAVA Servlet API Specification v2.2 ALLOWS you to declaratively restrict ACCESS to specific SERVLETS and JSPs using the Web Application DEPLOYMENT descriptor. Section 13.3.2 of the specification has an example deployment descriptor that uses declarative security.

The Java Servlet API Specification v2.2 allows you to declaratively restrict access to specific Servlets and JSPs using the Web Application Deployment descriptor. Section 13.3.2 of the specification has an example deployment descriptor that uses declarative security.



Discussion

No Comment Found