Base64 encode token strings to allow them to contain newlines.
authorGunnar Wrobel <p@rdus.de>
Thu, 16 Dec 2010 14:32:08 +0000 (15:32 +0100)
committerGunnar Wrobel <p@rdus.de>
Thu, 16 Dec 2010 14:32:08 +0000 (15:32 +0100)
commitf8fbce65bc45c7e91b9a02abd2f1f1bf06d5a215
tree704fbf773945d5fe4b0d86135dca703a1ea0d174
parent03707f4e13d96b879ad49d9fd9ff349048f92254
Base64 encode token strings to allow them to contain newlines.

The initial timestamp that was recently added to the tokens may
match the binary representation of a newline which kills the file
based token driver (which is line oriented).

Should fix the flaky token test.
framework/Token/lib/Horde/Token/File.php