Previous
- #540 (Successful)
- #541 (Successful)
- #542 (Successful)
- #543 (Successful)
- #544 (Successful)
- #545 (Successful)
- #546 (Successful)
- #547 (Successful)
- #548 (Successful)
- #549 (Successful)
Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).
Build: #545 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
- #422 ()
- 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