git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/data-transfer/uri-resolver@77768 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
7405cf525c
commit
696d0496a4
|
@ -131,5 +131,11 @@ public class HttpResolver extends HttpServlet {
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
protected void doPost(HttpServletRequest request,
|
||||
HttpServletResponse response) throws IOException {
|
||||
doGet(request,response);
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in New Issue