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 are different ways for servlet authentication?
What happens, if server sends a cookie to a browser that doesn't supports cookies?
I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?
Explain the custom jsp tags and the beans.
List out the difference between ServletConfig and ServletContext?
Is that servlet is pure java object or not?
Why session tracking is needed?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
If servlet receives multiple requests, how many objects will it create?
What is session?
Describe in brief RequestDespatcher?
give the syntax of doGet() and doPost()?