Skip to content

Minor Bugfixes & Improvements

Compare
Choose a tag to compare
@danielhdz13-netflix danielhdz13-netflix released this 06 Sep 19:08
· 23 commits to master since this release
f2eb037
  1. Improving error messages when essence file names are more than 100 characters in length. Previously, Photon would simply report "Invalid file name" without explicitly saying what the offense was. This error message has been updated to state the cause.
  2. Fixing generation of invalid hash values for CPL files in a PKL. This was caused by incorrectly doing a Base-64 encode twice, which would take a SHA-1 (20 bytes) to 28 bytes, and then to 40 bytes in length. JAXB already does Base-64 encoding of byte[] data types, so the initial Base-64 encode has been disabled.