valerybokov commented on PR #107:
URL: https://github.com/apache/pdfbox/pull/107#issuecomment-1186432401

   COSDocument.saveIncrementalForExternalSigning.
   If the getSignatureDictionaries method returns an empty collection 
(string...), you throw an IllegalStateException. You break the loop if any 
signature needs to be updated. If the collection is not empty and there is no 
updatable signature, the foundSignature variable will not be null and you will 
also do this incremental save. Is this the correct behavior, I mean do you need 
to do this incremental save on a non-empty collection?


-- 
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