Author: manaRH
Date: 2013-02-19 11:05:10 -0500 (Tue, 19 Feb 2013)
New Revision: 15410
Modified:
branches/enterprise/WFK-2_1/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIToken.java
Log:
UIToken contained unnecessary UTF-8 char, uncompilable if encoding wasn't UTF-8
Modified:
branches/enterprise/WFK-2_1/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIToken.java
===================================================================
---
branches/enterprise/WFK-2_1/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIToken.java 2013-02-19
16:04:59 UTC (rev 15409)
+++
branches/enterprise/WFK-2_1/jboss-seam-ui/src/main/java/org/jboss/seam/ui/component/UIToken.java 2013-02-19
16:05:10 UTC (rev 15410)
@@ -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 Keyed‐Hashing 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>