Hi Bernd
Sorry for the late reply.
On 4/12/13 9:55 AM, Bernd Eckenfels wrote:
Should the comment describe the expected oid format for the string (Numeric
only?) and mention a defining reference (RFC3161)?
It will be described in jarsigner.html, the tool doc. Everything about
TSA is defined
Changeset: 778b16225d85
Author:weijun
Date: 2013-04-19 15:41 +0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/778b16225d85
8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in
RFC3161
Reviewed-by: mullan
! src/share/classes/com/sun/jarsigner/ContentSign
Changeset: 90b03f9a2e77
Author:jzavgren
Date: 2013-04-17 11:47 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/90b03f9a2e77
8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth
Summary: The extraneous quotes were removed.
Reviewed-by: chegar
! src/
Changeset: d59730bd3162
Author:jjg
Date: 2013-04-19 11:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/d59730bd3162
8012661: remove langtools Makefile-classic
Reviewed-by: erikj, tbell
- make/Makefile-classic
Changeset: 6139f8fb0137
Author:mduigou
Date: 2013-04-16 22:50 -0400
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6139f8fb0137
8008670: Initial java.util.stream putback -- internal API classes
Reviewed-by: mduigou, dholmes
Contributed-by: Brian Goetz , Doug Lea
, Paul Sandoz
+
Changeset: fad6560cb32a
Author:dfuchs
Date: 2013-04-17 15:23 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/fad6560cb32a
8005954: JAXP Plugability Layer should use java.util.ServiceLoader
Summary: This fix replaces manual processing of files under META-INF/services
in JAXP
Changeset: a3655c24e232
Author:jfranck
Date: 2013-04-19 11:57 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/a3655c24e232
8012681: Commit for JDK-8012656 breaks tl build
Reviewed-by: vromero, chegar, alanb
! src/share/classes/com/sun/tools/javadoc/FieldDocImpl.java
Changeset: 1c2079d11a79
Author:dfuchs
Date: 2013-04-19 17:22 +0200
URL: http://hg.openjdk.java.net/jdk8/tl/jaxp/rev/1c2079d11a79
8010495: Update JAXP NetBeans project - add support for generating javadoc
Summary: Make it possible to use NetBeans to edit the jaxp sources and to
gene
Changeset: e8f1dc6d0c0c
Author:jgish
Date: 2013-04-19 16:50 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/e8f1dc6d0c0c
8010939: Deadlock in LogManager
Summary: re-order locks to avoid deadlock
Reviewed-by: mchung
! src/share/classes/java/util/logging/LogManager.java
+ test/