How to use servlet filter for hiding information given by URLs. URLs shud not reveal any info regarding page extention,param eters.
How to use servlet filters for Information hiding URLs
Collapse
X
-
Tags: None
-
Are you sure filters are the right tool for that?Originally posted by anupkumarkadamHow to use servlet filter for hiding information given by URLs. URLs shud not reveal any info regarding page extention,param eters.
Check out the difference between the GET and the POST methods for submitting form data.
You can read about filters here. -
r u speaking about the query string,in struts w e have the web.xml file for own extentionOriginally posted by r035198xAre you sure filters are the right tool for that?
Check out the difference between the GET and the POST methods for submitting form data.
You can read about filters here.Comment
Comment