View Single Post
Old 12-30-2004, 02:30 PM   #2 (permalink)
Belisarius
Java fanboy
 
Belisarius's Avatar
 
Join Date: Aug 2003
Posts: 1,161
Belisarius is on a distinguished road
You can find out they type of request made using request.getMethod(), but as you pointed out in our IM conversation, you can use both POST and GET in the same request. Upon testing, the GET variables take priority over the POST variables.

Your container (be it Tomcat, Websphere, etc) can usually prevent requests of a given type against a given namespace. But you can't do it in a webapp.
__________________
GitS
Belisarius is offline   Reply With Quote