What will happen if I write my own method inside the body of a servlet? Does the servlet container take care of it? If yes, how? If no, why?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, the servlet dont supports Custom Http methods to be called by browser.
Please read the chapter 2 of servlet 2.5 specification about the supported methods
http://download.oracle.com/otndocs/jcp/servlet-2.5-mrel2-eval-oth-JSpec/