How to use servlet filters for Information hiding URLs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • anupkumarkadam
    New Member
    • Feb 2008
    • 1

    How to use servlet filters for Information hiding URLs

    How to use servlet filter for hiding information given by URLs. URLs shud not reveal any info regarding page extention,param eters.
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by anupkumarkadam
    How to use servlet filter for hiding information given by URLs. URLs shud not reveal any info regarding page extention,param eters.
    Are 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

    • karthickkuchanur
      New Member
      • Dec 2007
      • 156

      #3
      Originally posted by r035198x
      Are 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.
      r u speaking about the query string,in struts w e have the web.xml file for own extention
      Last edited by karthickkuchanur; Feb 12 '08, 08:32 AM. Reason: to type more info

      Comment

      Working...