Re: Code review request: 7059709, java/jsse, close the IO in a final block

2011-06-29 Thread [email protected]
I found the bug when I was learning the t-w-r feature. But just as Stuart thoroughly analysis, I failed to find a easy way to use t-w-r for these two updates. Thanks for all of the feedback. Xuelei On Jun 29, 2011, at 6:44 AM, Brad Wetmore wrote: > While I was thinking the same thing as Sea

Re: sun.security.provider.certpath.DistributionPointFetcher

2011-06-29 Thread [email protected]
On Jun 29, 2011, at 4:51 AM, David Pomeroy wrote: > Hi Sean, > > openjdk7 complained that my Crl Server certificate did not contain a Subject > Key Identifier. It's a must-to-have field to comply with RFC 5280. > Once I added this, validating the indirect CRL issuer worked as expected. > G