[GitHub] struts pull request: WW-4539 Support list of tokens to prevent CSR...

2015-09-11 Thread yasserzamani
Github user yasserzamani commented on the pull request: https://github.com/apache/struts/pull/49#issuecomment-139486524 @aleksandr-m is genius. Using token tag with different names in same JSP page handles this need perfectly. --- If your project is set up for it, you can reply to th

[GitHub] struts pull request: WW-4539 Support list of tokens to prevent CSR...

2015-09-11 Thread yasserzamani
Github user yasserzamani closed the pull request at: https://github.com/apache/struts/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] struts pull request: WW-4539 Support list of tokens to prevent CSR...

2015-09-10 Thread aleksandr-m
Github user aleksandr-m commented on the pull request: https://github.com/apache/struts/pull/49#issuecomment-139461467 Do we really need a list of tokens? Currently if you use different names for tokens they all will be [stored into session](https://github.com/apache/struts/blob/maste

[GitHub] struts pull request: WW-4539 Support list of tokens to prevent CSR...

2015-09-10 Thread yasserzamani
GitHub user yasserzamani opened a pull request: https://github.com/apache/struts/pull/49 WW-4539 Support list of tokens to prevent CSRF attack in async requests Nowadays, modern web applications use JQuery, and so, they can send multiple async requests in parallel to the web server.