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 |
Which interface should be implemented by all servlets?
How do we translate jsp?
What are the differences between servlet context vs servlet config?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What is the use of Servlets?
What is servlet and its life cycle?
What are the mechanisms used by a servlet container for maintaining session information?
What is a servlet engine?
How does java thread pool work?
What is servlet instance?
What is the difference between encodeRedirectUrl and encodeURL?
What is servlet in tomcat?