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 |
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
Explain the difference between GET and POST methods?
What is the <load-on-startup> element?
How to get the path of servlet in the server?
How to handle the debug errors in servlets?
What is Request Dispatcher?
When Servlet is unloaded?
What are Servlets?
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the life cycle of a servlet?
What is servlet in simple terms?
How to rectify errors in java servlet while compilation?