[icedtea-web] RFC: PR769: IcedTea-Web plugin does not work with some ssl sites with OpenJDK7

Deepak Bhole dbhole at redhat.com
Tue Aug 23 13:21:18 PDT 2011


* Omair Majid <omajid at redhat.com> [2011-08-23 13:06]:
> On 08/22/2011 04:23 PM, Deepak Bhole wrote:
> >* Deepak Bhole<dbhole at redhat.com>  [2011-08-09 14:25]:
> >>* Deepak Bhole<dbhole at redhat.com>  [2011-08-03 17:08]:
> >>>Hi,
> >>>
> >>>Attached fix is for PR769:
> >>>http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=769
> >>>
> >>>The fix is not Java 7 specific ... Java 7 just exposed the bug.
> >>>
> >>
> >>ping?
> >>
> >
> >ping
> >
> 
> Looks fine to me.
> 
> Just a thought, do you think it might be easier to read if the patch
> was modified to be like:
> 
> if (!isExplicitlyTrusted) {
>   if (hostName == null) {
>     CNMatched = false;
>   } else {
>     /* old code here */
>   }
> }
> 
> Anyway, okay to commit to all branches.
> 

Yes that is cleaner. I just did it in the first way that came to mind. I
will use your suggestion and commit though.

Thanks for the review!

Cheers,
Deepak

> Cheers,
> Omair



More information about the distro-pkg-dev mailing list