RFC: Fix incorrect selection of user-level trusted client certificate store

Deepak Bhole dbhole at redhat.com
Thu Jan 6 15:25:32 PST 2011


* Omair Majid <omajid at redhat.com> [2011-01-06 18:24]:
> Hi,
> 
> The attached patch fixes a typo which causes the system-level
> keystore to be selected instead of the user-level keystore.
> 
> Ok for HEAD and 1.0?
> 

Looks fine to me. Okay for both 1.0 and HEAD.

Cheers,
Deepak

> Cheers,
> Omair

> diff -r 94ec09d9d634 netx/net/sourceforge/jnlp/security/KeyStores.java
> --- a/netx/net/sourceforge/jnlp/security/KeyStores.java	Tue Jan 04 15:22:41 2011 -0500
> +++ b/netx/net/sourceforge/jnlp/security/KeyStores.java	Thu Jan 06 18:18:42 2011 -0500
> @@ -262,7 +262,7 @@
>                          configKey = DeploymentConfiguration.KEY_USER_TRUSTED_CERTS;
>                          break;
>                      case CLIENT_CERTS:
> -                        configKey = DeploymentConfiguration.KEY_SYSTEM_TRUSTED_CLIENT_CERTS;
> +                        configKey = DeploymentConfiguration.KEY_USER_TRUSTED_CLIENT_CERTS;
>                          break;
>                  }
>                  break;




More information about the distro-pkg-dev mailing list