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 URL Rewriting ?
Can we refresh servlet in client and server side automatically?
What is the disadvantage of cookies?
Difference between doget and dopost?
What is the ServletConfig() and what is its use?
How to maintain security in servlets?
Why do we need a constructor in a servlet if we use the init method?
What is the first statement in jsp page.
Define declaration.
Can filter be used as request or response?
Name the webserver that is used to run Servlets?
How threads are implemented in servlets?