This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch: security provider discovery


Anthony Green wrote:

>This patch does two thing..
>
>(1) makes the security provider property file "gcj.security" instead
>    of "classpath.security" on the theory that other VM's may be using
>    classpath.security and they will likely want different providers.
>
Why would different VMs need different providers? Won't the same 
security providers work for GCJ as well as other classpath VMs? It seems 
like an advantage to me to be sharing the same file.

>(2) fixes a bug in loading multiple providers.  Instead of trying
>    security.provider.1, security.provider.2, security.provider.3, ...
>    it was trying
>    security.provider.1, security.provider.12, security.provider.123, ...
>
This part is fine.

regards

Bryce.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]