Re: [classlib][html] Should we try to be binary compatible with Sun's bdtd?

2006-08-01 Thread Diego Mercado
transitional401.bdtd file? I used the JRE Harmony 424571 release in GNU/Linux. Thanks, Diego Mercado On 7/28/06, Miguel Montes <[EMAIL PROTECTED]> wrote: On 7/28/06, Stepan Mishura <[EMAIL PROTECTED]> wrote: > > On 7/28/06, Miguel Montes wrote: > > > > So, it seems there

Re: [classlib] proposal to revisit componentization for security (was: Re: problems with security2)

2006-02-10 Thread Diego Mercado
javax.crypto is an "exportable" package: it's defined as an extension (JCE) that has key and parameters' export restrictions defined in JAVA_HOME/lib/security/local_policy.jar and JAVA_HOME/lib/security/US_export_policy.jar If you don't define such restrictions its make sense to merge JCE with JCA