View Single Post
Old 12-30-2004, 10:56 AM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,505
sde is on a distinguished road
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
sde is offline   Reply With Quote