Skip to content
This repository has been archived by the owner on Nov 10, 2017. It is now read-only.

Commit

Permalink
UIToken contained unnecessary UTF-8 char, uncompilable if encoding wa…
Browse files Browse the repository at this point in the history
…sn't UTF-8
  • Loading branch information
Ron Smeral committed Feb 4, 2013
1 parent e02152b commit b129d26
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
* <strong>UIToken</strong> is a UIComponent that produces a random token that
* is inserted into a hidden form field to help to secure JSF form posts against
* cross-site request forgery (XSRF) attacks. This is an adaptation of the
* recommendation called KeyedHashing for Message Authentication that is
* recommendation called Keyed-Hashing for Message Authentication that is
* referenced in the Cross Site Reference Forgery by Jesse Burns
* (http://www.isecpartners.com/files/XSRF_Paper_0.pdf)
* </p>
Expand Down

0 comments on commit b129d26

Please sign in to comment.