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 |
Can you use javascript in servlets?
How to run a servlet program?
what is servlet and what you get when we use servlets?
The code in a finally clause will never fail to execute, right?
Explain the difference between get and post method in servlet?
What is the difference between jsp and servlet life cycle?
What is a web application and what is it’s directory structure?
What methodology can be followed to store more number of objects in a remote server?
Explain the different ways for servlet authentication?
Is dispatcher servlet a singleton?
what is the difference between ServletContext and ServletConfig
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code