Skip to content

Resolves: Issue-133

Closes #133 (closed)

The root cause of the exception mentioned in the ticket was when the DirectoryProductSource parsed the product [XML] from the file system as PDL attempted to calculate the product digest in order to verify the signature. During this parsing there was logic to convert URLContent to FileContent. For inline content (i.e., empty path), this conversion caused the observed exception.

Suppressing this conversion for inline content seems to resolve the issue.

Edited by Martinez, Eric M.

Merge request reports