|
GET and POST with JSP
is there a way to specify that you only want to look for POST variables in JSP?
currently, i use: request.getParameter("name") , but that will retreive either POST or GET variables. i'd like to add a little more security to my app so it only accepts POST variables.
__________________
Mike
|