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 |
How do you find out what client machine is making a request to your servlet
What are setComment and getComment methods in Cookies?
What is session?
can i call init() method in destroy() method of servlset. ?
when the several requests comes to server..how it manage the requests
What is forward() and include() of servlets RequestDispatcher interface?
What methodology can be followed to store more number of objects in a remote server?
When servlet object is created?
What is the use of servletconfig interface?
Is servlet a server side scripting language?
What are the difference between HttpServlet and GenericServlets?
what are the CGI Programs?