This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org

Difference between revisions of "CSRFGuard 2.2 Tag Usage"

From OWASP
Jump to: navigation, search
(New page: == Overview == The purpose of this article is to give a basic overview of the custom JSP tag included with CSRFGuard. This JSP tag will simply insert the OWASP CSRFGuard token name-value...)
(No difference)

Revision as of 16:41, 13 June 2008

Overview

The purpose of this article is to give a basic overview of the custom JSP tag included with CSRFGuard. This JSP tag will simply insert the OWASP CSRFGuard token name-value pair into JSP's when invoked. Applications in development should consider using the JSP tag rather than the other handlers as it gives developers more control. This approach is particularly useful for rich Ajax applications that the parser handlers may have trouble working with.


Relevant Files

Display Token Name

Display Token Value

Display Token Name/Value Pair