Results 1 to 2 of 2

Thread: Cross-site Scripting/XSS Support

  1. #1
    Join Date
    Nov 2005
    Location
    Leesburg, VA
    Posts
    11

    Default Cross-site Scripting/XSS Support

    Is there a good solution for foiling Cross-site Scripting attacks with Spring MVC/Web flow? My understanding is that in order to defeat XSS attacks, it is necessary to HTML-escape all request parameter input, prior to displaying in the browser. Is there a good mechanism (e.g. interceptor) to HTML-escape input prior to binding to the command object? I would like to implement the minimal configuration which applies this solution to the entire web app. Thanks

  2. #2

    Default

    I found a solution for XSS Cross site scripting here in this article http://www.techcrony.info/?p=41
    --

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •