Build: #546 was successful
Code Changes
Code has been updated by Tim Jentz.
Plan Repository
-
Tim Jentz 12960
SPARK-1471 Exception in VCard during encode filename bytes to base64
Base64 encoding might produce LF and/or CR characters. They are ignored by base64 decoders but could not be used as file names. The encoded string should be filtered.
Base64 strings have a maximum of 76 characters per line.
This patch will filter the Base64 string and remove invalid characters before saving to vcards directory.