1. #540 (Successful)
  2. #541 (Successful)
  3. #542 (Successful)
  4. #543 (Successful)
  5. #544 (Successful)
  6. #545 (Successful)
  7. #546 (Successful)
  8. #547 (Successful)
  9. #548 (Successful)
  10. #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