hg: jdk7/tl/jdk: 4811968: ASN.1 (X509Certificate) implementations don't handle large OID components

2009-04-07 Thread weijun . wang
Changeset: a31f5f824580 Author:weijun Date: 2009-04-08 13:54 +0800 URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a31f5f824580 4811968: ASN.1 (X509Certificate) implementations don't handle large OID components Reviewed-by: xuelei ! src/share/classes/sun/security/util/ObjectIdenti

Re: Questions from Apple

2009-04-07 Thread Tom Hawtin
Roman Kennke wrote: No? Isn't javax.script an API for scripting, and actually has a JavaScript interpreter underneath? Sun JDK6 has a version of the interpreter part of Rhino (the JavaScript->java bytecode compiler part is not included). The interpreter is not a standard part of the JRE. (Al

Re: Questions from Apple

2009-04-07 Thread Jean-Christophe Collet
Roman Kennke wrote: Hi, 2) Does the JDK support PAC files ? (Again, they know that applets and webstart does, through the browser settings). No this requires a javascript interpreter which we don't have in standalone JDK. No? Isn't javax.script an API for scripting, and

Re: Questions from Apple

2009-04-07 Thread Roman Kennke
> Hi, > > 2) Does the JDK support PAC files ? (Again, they know that applets and > > webstart does, through the browser settings). > > No this requires a javascript interpreter which we don't have in > standalone JDK. No? Isn't javax.script an API for scripting, and actually has a JavaScript in