Put back the doGet() method, even though it's empty.
This commit is contained in:
parent
0cf1da00b8
commit
155ab92f51
1 changed files with 9 additions and 0 deletions
|
@ -97,6 +97,15 @@ public class VitroHttpServlet extends HttpServlet {
|
|||
+ "If you think this is an error, "
|
||||
+ "please contact us and we'll be happy to help.";
|
||||
|
||||
/**
|
||||
* doGet does nothing.
|
||||
*/
|
||||
@Override
|
||||
protected void doGet(HttpServletRequest request,
|
||||
HttpServletResponse response) throws ServletException, IOException {
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
/**
|
||||
* doPost does the same thing as the doGet method
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue