Re: Code review request, CR 7174244, NPE in Krb5ProxyImpl.getServerKeys()

2012-06-08 Thread Steven Read
Xuelei Fan writes: > > On 6/6/2012 9:11 PM, Weijun Wang wrote: > > Hi Xuelei > > > > I don't quite understand the bug report. Certainly it's good to prevent > > that NPE, but why must the cipher suites be ordered? It seems it's not > > ordered before the new HashMap. > No, it was not ordered be

Re: Code review request, CR 7174244, NPE in Krb5ProxyImpl.getServerKeys()

2012-06-11 Thread Steven Read
Xuelei Fan writes: > > On 6/8/2012 8:31 PM, Steven Read wrote: > > Xuelei Fan writes: > > > >> > >> On 6/6/2012 9:11 PM, Weijun Wang wrote: > >>> Hi Xuelei > >>> > >>> I don't quite understand the bug report. Cer

Re: Code review request, CR 7174244, NPE in Krb5ProxyImpl.getServerKeys()

2012-06-20 Thread Steven Read
Xuelei Fan writes: > > Hi Steven, > > JSSE is a provider based framework. And compatibility is one of the > most important facts users concerns. That's to say, a provider > developed for JDK 6 is expected to work with JDK 7. As implies that > sometimes, we cannot changes the specification fo