Thanks Tilman! On Thu, May 5, 2016 at 10:53 PM, Tilman Hausherr <[email protected]> wrote:
> Am 05.05.2016 um 19:10 schrieb Joe Ye: > >> Hi, >> >> While troubleshooting an encryption related issue, I discovered that >> currentAccessPermission.setReadOnly() is called in method >> pdfbox.pdmodel.encryption.PublicKeySecurityHandler#prepareForDecryption >> but >> NOT in >> pdfbox.pdmodel.encryption.StandardSecurityHandler#prepareForDecryption. >> Could you please explain why there is the difference? As we're using >> StandardSecurityHandler, it appears ReadOnly is never set.. >> >> Many thanks, >> Joe >> > > Thanks, your observation is correct, I am fixing this in > https://issues.apache.org/jira/browse/PDFBOX-3341 > > Tilman > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >

