1. #541 (Successful)
  2. #542 (Successful)
  3. #543 (Successful)
  4. #544 (Failed)
  5. #545 (Successful)
  6. #546 (Successful)
  7. #547 (Successful)
  8. #548 (Successful)
  9. #549 (Successful)
  10. #550 (Successful)

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