Build: #546 was successful
Build Result Summary
Details
- Trigger
- Code has been updated by Tim Jentz.
- Revision
- 12960
- Agent
- Default Agent
- Completed
- Duration
- 2 minutes
- Successful since
- #545 ()
- Labels
- None
Code Changes
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.
JIRA Issues
-
SPARK-1471