How to maintain security in servlets?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
By Adding a tag known as <security-constraint> in web.xml
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / rambabu gonela
Servlet security issues:
1. Authentication
2. Authorization
3. Confidentiality
4. Data Integrity
All of the implementation details of the security will be
taken care by the container or vendor specific security
packages.DD can be used to declare the component based
security level and their access to deferent roles
Is This Answer Correct ? | 3 Yes | 3 No |
What is getservletcontext?
How many servlet objects are created?
What are some advantages of storing session state in cookies?
What are the jobs performed by servlets?
What is a cookie What is the difference between session and cookie
What are the phases of a servlet life cycle?
Name the packages that work with servlet?
What are the methods in HttpServlet?
What is the use of Servlets?
Explain load on start-up and its importance?
Why is Servlet so popular?
What exception should be thrown when servlet is not properly initialized?