Skip to content

AntiCSRF Tokens - JSP Tags #172

Open
@meg23

Description

@meg23

From rkli...@gmail.com on October 30, 2010 22:03:27

This is a set of Java files and a TLD for generating secure random numbers for Anti-CSRF JSP Tags.

adds a hidden input into a form field, generating a new Anti-CSRF token for the session if it exists or else creating a new one

checks to see if the Anti-CSRF token submitted matches the one in the session. A mismatch causes a new CSRFTokenException to be thrown.

Attachment: AntiCSRFTokenTag.java AntiCSRFTokenTagCheck.java CSRFTokenException.java CSRFTokenUtil.java anti_csrf.tld

Original issue: http://code.google.com/p/owasp-esapi-java/issues/detail?id=162

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions