pjfanning opened a new pull request, #1233:
URL: https://github.com/apache/poi/pull/1233

   `OOXMLURIDereferencer` is meant to resolve digital-signature references to 
parts within the OPC package (plus same-document references). Previously, when 
a reference URI did not match a package part, it fell back to the default 
JSR-105 dereferencer, which resolves absolute URIs.
   
   Signature references are not expected to point outside the package, so this 
rejects absolute (scheme-bearing) URIs in that fallback rather than delegating 
them. Same-document (`#id`) and package-relative references are unaffected.
   
   Added `TestOOXMLURIDereferencer`; the existing `TestSignatureInfo` 
sign/verify tests still pass.
   
   🤖 Generated with [Claude Code](https://claude.com/claude-code)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to