RFC: Netx - Dont prompt the user multiple times for the same https certificate

Omair Majid omajid at redhat.com
Wed Jul 29 08:51:13 PDT 2009


Deepak Bhole wrote:
> * Omair Majid <omajid at redhat.com> [2009-07-23 10:00]:
>> Deepak Bhole wrote:
>>> * Omair Majid <omajid at redhat.com> [2009-07-16 16:47]:
>>>> Hi,
>>>>
>>>> Currently Netx can prompt the user multiple times to accept a single  
>>>> https certificate.
>>>>
>>>> You can see the behaviour by running javaws (without cacerts) and 
>>>> going  to https://substance.dev.java.net/webstart/Issue447.jnlp. You 
>>>> will get 2 dialogs that ask you to confirm the https certificate (and 
>>>> one that asks you to confirm the jar certificate).
>>>>
>>>> The attached patch makes it so that the user is only prompted once to 
>>>>  confirm the https certificate.
>>>>
>>> Can't you just synchronize the function instead of doing it on an object
>>> lock? All contents appear to be inside the syn. block anyway..
>>>
>> Makes sense. Updated patch attached. Ok to commit?
>>
> 
> Yep, looks good!
> 
Thanks. Committed as changeset 090e738a38e7.

Cheers,
Omair



More information about the distro-pkg-dev mailing list