https://bz.apache.org/bugzilla/show_bug.cgi?id=65214

--- Comment #1 from Andreas Beeker <kiwiwi...@apache.org> ---
Thank you for bringing this up and (un-)intentionally describing how to fix it.
Fixed it locally, but need to polish and test it a bit more :)

Opposed to the comment in the code, the reference doesn't need to be digested,
i.e. there are no bytes to be provided by the OOXMLURIDereferencer.

Instead it's enough to just call/add
parameterSpec.addRelationshipReference(relationship.getId());

in context of OOXMLSignatureFacet:
> if (TargetMode.EXTERNAL == relationship.getTargetMode()) {
>    parameterSpec.addRelationshipReference(relationship.getId());
>    continue;
> }

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org
For additional commands, e-mail: dev-h...@poi.apache.org

Reply via email to