Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tapestry Wiki" for 
change notification.

The "Tapestry5CSRF" page has been changed by newacct.
http://wiki.apache.org/tapestry/Tapestry5CSRF?action=diff&rev1=3&rev2=4

--------------------------------------------------

        {
                // Note: Change this so the security code (sid) created by a
                // secure random source (like SecureRandom)
-               securityCode = new Long(System.currentTimeMillis()).toString();
+               securityCode = Long.toString(System.currentTimeMillis());
        }
        
        public String getSecurityCode() {

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to