Reputation: 993
I'm using Spring MVC v3.1.0 and HDIV (HTTP Data Integrity Validator) v2.1.0 as server-side framework and ExtJS v4.0 as client-side framework.
Now, I'm confused how to generate secure forms and links which contains HDIV state and how to transform/convert those forms using ExtJS on client-side.
Any suggestion?
Thank you very much.
Upvotes: 3
Views: 722
Reputation: 14755
Now, I'm confused how to generate secure forms and links which contains HDIV state and how to transform/convert those forms ....
Hdiv will do it for you if you configure spring to use hdiv.
See chapter 7.2.1.2 Modify the deployment descriptor in /WEB-INF/web.xml
of the hdiv-reference.pdf
Upvotes: 1