On Tue, 24 May 2022 16:20:10 GMT, Mark Powers wrote:
> Mach5 tier1 and tier2 completed without any failures. I don't know what to
> make of the pre-submit failures - lang and hotspot?
IIUC, these are due to Loom failures in some of the other platforms supported
by OpenJDK but not by Oracle. T
On Wed, 18 May 2022 14:46:42 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> It's the last issue in the series, and it still touches different areas of
> the code.
Looked at
-java.security.jgss.
LGTM
--
On Wed, 18 May 2022 13:27:24 GMT, Alexey Ivanov wrote:
> Replaces usages of articles that follow each other in all combinations:
> a/the, an?/an?, the/the…
>
> Also, I fixed a couple of spelling mistakes.
Looked at
- java.base/.../sun/security
- jdk.crypto.*
- test/*/com/sun/crypto/provider
On Thu, 5 May 2022 16:49:07 GMT, Mark Powers wrote:
> JDK-6725221 Standardize obtaining boolean properties with defaults
Sorry for the confusion.
The original intent of this bug 14 years ago was to standardize the seclibs
code where simple getProperty calls were needed in the context of an
Ac
On Fri, 29 Apr 2022 09:03:58 GMT, Pavel Rappo wrote:
> * Syntactically improves a few cases from 8285676
> (https://github.com/openjdk/jdk/pull/8410)
> * Fixes a few misspelled `@param` tags for elements that, although are not
> included in the API Documentation, are visible in and processed by
On Tue, 26 Apr 2022 22:24:26 GMT, Joe Darcy wrote:
> To enable more complete doclint checking (courtesy @jonathan-gibbons), please
> review this PR to add type-level @param tags where they are missing.
>
> To the maintainers of java.util.concurrent, those changes could be separated
> out in an
On Thu, 14 Apr 2022 19:07:09 GMT, Magnus Ihse Bursie wrote:
> I ran `codespell` on the `src/java.base` directory, and accepted those
> changes where it indeed discovered real typos.
>
> (Due to false positives this can unfortunately not be run automatically)
>
> The majority of fixes are in c
On Thu, 14 Apr 2022 18:10:28 GMT, XenoAmess wrote:
>> 8186958: Need method to create pre-sized HashMap
>
> XenoAmess has updated the pull request incrementally with one additional
> commit since the last revision:
>
> add `@LastModified: Apr 2022` to DocumentCache
I learned something new abo
On Sat, 2 Apr 2022 16:05:06 GMT, Andrey Turbanov wrote:
> Let's take advantage of Java 7 language feature - "Catching Multiple
> Exception Types".
> It simplifies code. Reduces duplication.
> Found by IntelliJ IDEA inspection Identical 'catch' branches in 'try'
> statement
LGTM
-
On Sat, 2 Apr 2022 16:05:06 GMT, Andrey Turbanov wrote:
> Let's take advantage of Java 7 language feature - "Catching Multiple
> Exception Types".
> It simplifies code. Reduces duplication.
> Found by IntelliJ IDEA inspection Identical 'catch' branches in 'try'
> statement
src/java.base/share/
On Sun, 20 Mar 2022 13:30:01 GMT, Andrey Turbanov wrote:
> Fix repeated typo `exeption`
Good grief! I wouldn't have expected it to be so widespread.
Thanks for noticing and fixing.
-
Marked as reviewed by wetmore (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/7879
On Fri, 28 Jan 2022 14:39:31 GMT, Matteo Baccan wrote:
> Hi
>
> I have reviewed the code for removing double semicolons at the end of lines
>
> all the best
> matteo
LGTM also.
Similar suggestion for updating copyrights.
-
Marked as reviewed by wetmore (Reviewer).
PR: https:/
On Wed, 2 Jun 2021 21:39:15 GMT, Daniel D. Daugherty wrote:
> A trivial copyright fix.
LGTM
-
Marked as reviewed by wetmore (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/4323
On Sat, 6 Mar 2021 07:31:09 GMT, Bradford Wetmore wrote:
> Fix various things pointed out by the most recent doclint run in the
> security-libs area.
>
> This is docs only: I will be checking doccheck/doclint, and will be running
> tier1/tier2 tests. Minor spot checks on
On Mon, 8 Mar 2021 19:50:06 GMT, Bradford Wetmore wrote:
>> src/java.base/share/classes/java/security/BasicPermission.java line 497:
>>
>>> 495: /**
>>> 496: * @serialData Default fields.
>>> 497: */
>>
>> FWIW, this doc commen
> Fix various things pointed out by the most recent doclint run in the
> security-libs area.
>
> This is docs only: I will be checking doccheck/doclint, and will be running
> tier1/tier2 tests. Minor spot checks on generated files.
Bradford Wetmore has updated the pull reques
On Wed, 10 Mar 2021 19:02:40 GMT, Sean Mullan wrote:
>> Bradford Wetmore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> More Codereview Comments
>
> src/java.base/share/classes/java/security/PrivilegedAc
On Wed, 10 Mar 2021 15:10:35 GMT, Roger Riggs wrote:
>> Bradford Wetmore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Codereview Comment
>
> src/java.base/share/classes/javax/crypto/SealedO
On Wed, 10 Mar 2021 14:53:53 GMT, Roger Riggs wrote:
>> Bradford Wetmore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> More Codereview Comments
>
> src/java.base/share/classes/java/security/AllPermi
> Fix various things pointed out by the most recent doclint run in the
> security-libs area.
>
> This is docs only: I will be checking doccheck/doclint, and will be running
> tier1/tier2 tests. Minor spot checks on generated files.
Bradford Wetmore has updated the pull reques
On Tue, 9 Mar 2021 16:10:11 GMT, Sean Mullan wrote:
>> Bradford Wetmore has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Codereview Comment
>
> src/java.base/share/classes/javax/crypto/SealedO
> Fix various things pointed out by the most recent doclint run in the
> security-libs area.
>
> This is docs only: I will be checking doccheck/doclint, and will be running
> tier1/tier2 tests. Minor spot checks on generated files.
Bradford Wetmore has updated the pull reques
On Sat, 6 Mar 2021 19:20:39 GMT, Jonathan Gibbons wrote:
>> Fix various things pointed out by the most recent doclint run in the
>> security-libs area.
>>
>> This is docs only: I will be checking doccheck/doclint, and will be running
>> tier1/tier2 tests. Minor spot checks on generated files
Fix various things pointed out by the most recent doclint run in the
security-libs area.
This is docs only: I will be checking doccheck/doclint, and will be running
tier1/tier2 tests. Minor spot checks on generated files.
-
Commit messages:
- Final First Draft
- Only 100 warnin
On Fri, 11 Sep 2020 07:15:26 GMT, Dmitriy Dumanskiy
wrote:
>> 1) This is un-necessary churn.
>> 2) I can't even be sure I am finding the ones in my area because there's so
>> much here
>> 3) The ones I can find have no need of whatever performance improvement this
>> might bring.
>> I think th
I checked the last 6 only (SSLEngine+). Looks good.
Brad
On 10/1/2018 4:37 PM, Ivan Gerasimov wrote:
Hello!
A handful of a few similar typos across core-libs/security-libs areas.
BUGURL: https://bugs.openjdk.java.net/browse/JDK-8200381
WEBREV: http://cr.openjdk.java.net/~igerasim/8200381/00
> The build tool generating module-info.java includes the path name of
> the source files in the comment for diagnosis where backslash
> character needs escaping. This patch prints URI rather than file
> path.
As submitter and having tested the build patch, looks good to me.
Brad
Most of us have been at JavaOne this week.
Looks ok to me.
Brad
On 10/27/2015 11:02 AM, Volker Simonis wrote:
Resend to core-libs-dev to attract a broader audience :)
On Mon, Oct 26, 2015 at 3:32 PM, Volker Simonis
wrote:
Hi,
can somebody please review the following trivial fix to enabl
Peter
On 01/02/2015 11:58 PM, Bradford Wetmore wrote:
On 1/1/2015 12:22 PM, Peter Levart wrote:
Hi Brad,
Here's next webrev which tries to cover all your comments:
http://cr.openjdk.java.net/~plevart/jdk9-dev/FileInputStreamPool.8047769/webrev.04/
I downloaded the webrev.05 (Chris
On 1/1/2015 12:22 PM, Peter Levart wrote:
Hi Brad,
Here's next webrev which tries to cover all your comments:
http://cr.openjdk.java.net/~plevart/jdk9-dev/FileInputStreamPool.8047769/webrev.04/
I downloaded the webrev.05 (Chris' later followup email) and ran it
through JPRT. The only error
the Microsoft C Runtime Library makes use of this function in its
implementation of "rand_s", so it's removal would break a lot of
programs. I think this is a relative guarantee that the function is here
to stay.
Ok.
What are the fallbacks for SystemRandomImpl if /dev/urandom or the
rtlGenRa
To the actual proposal:
http://cr.openjdk.java.net/~plevart/jdk9-dev/SystemRandom/webrev.03/
Overall, I'm ok with what's proposed. This is more straightforward to
parse/understand than trying to adjust NativeSeedGenerator to
create/call directly (e.g. UNIX: new
NativeSeedGenerator("/dev/uran
Just to followup, I've analyzed the whole PIT run. The second one's
call stack is identical to:
JDK-8067344: Adjust
java/lang/invoke/LFCaching/LFGarbageCollectedTest.java for recent
changes in java.lang.invoke
So, really the only problem is the use of Asserts in your test case.
Brad
Look
I'm looking at this version of the webrev.
http://cr.openjdk.java.net/~plevart/jdk9-dev/FileInputStreamPool.8047769/webrev.03/
I just assigned 8047769 to you. My username is wetmore, Alan is alanb.
On 12/24/2014 3:37 AM, Peter Levart wrote:
Looks like you have a committer status, will you
Hi Peter,
Looks like you have a committer status, will you be pushing this?
On 12/18/2014 5:23 AM, Peter Levart wrote:
Hi,
I propose a patch for the following issue:
https://bugs.openjdk.java.net/browse/JDK-8047769
Here's the webrev:
http://cr.openjdk.java.net/~plevart/jdk9-dev/FileIn
Peter,
Thanks for looking into this.
I'll in the middle of reviewing your change (and TLR/SplittableRandom
reply), but have several appointments over the next few days.
But did want to respond to:
sun/security/provider/PolicyFile/GrantAllPermToExtWhenNoPolicy.java:
Make sure that when no sy
Various comments for this thread from June/July/November/December.
Some of the comments I'm responding to may already be better understood
than when they were originally written.
Peter wrote in response to a suggestion to use /dev/random:
Although the approach would cause some more classes t
On 6/26/2014 4:10 PM, Doug Lea wrote:
This seems to be the best idea yet, assuming that people are OK
with the changes to sun.security.provider.SeedGenerator and
NativeSeedGenerator.java
I've been meaning to review this thread, but have been chasing several
urgent escalations.
Brad
k9/8047721/2/__webrev/
<http://cr.openjdk.java.net/~henryjen/jdk9/8047721/2/webrev/>
Cheers,
Henry
On 06/23/2014 10:04 AM, Bradford Wetmore wrote:
I would prefer that JCE1.2 be pulled out completely in the Cipher*
classes. I will be sending you a separa
v at
http://cr.openjdk.java.net/~henryjen/jdk9/8047721/2/webrev/
Cheers,
Henry
On 06/23/2014 10:04 AM, Bradford Wetmore wrote:
I would prefer that JCE1.2 be pulled out completely in the Cipher*
classes. I will be sending you a separate note about JCE logistics.
Thanks for doing this cleanup.
Martin,
Thanks for filing. I was positive there was already a bug for this, but
for the life of me I can't find it now. There's some other more minor
cleanup that needs to take place, but seems like I've been in
escalation/firefighting mode for more than a year now and it hasn't
bubbled to
I would prefer that JCE1.2 be pulled out completely in the Cipher*
classes. I will be sending you a separate note about JCE logistics.
Thanks for doing this cleanup.
Brad
On 6/20/2014 11:46 AM, Henry Jen wrote:
Hi,
Please review a trivial webrev to add JDK version to @since in a format
as
No additional code review necessary, this is just an FYI.
For internal reasons (i.e. we have to sign our JCE jar files), we have
separated the JCE portion for:
8041679: Replace uses of StringBuffer with StringBuilder within the JDK
into:
8043342: Replace uses of StringBuffer with StringBuild
Changeset: f731d096530f
Author:wetmore
Date: 2013-10-30 16:49 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f731d096530f
8027526: CheckTipsAndVersions.java failing occasionally
Reviewed-by: mullan, mchung
! test/java/security/Signature/SignatureGetAlgorithm.java
Changeset: 1a71d800b032
Author:wetmore
Date: 2013-10-16 23:31 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/corba/rev/1a71d800b032
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes
! makefiles/BuildCorba.gmk
Changeset: a45acc8de0f3
Author:wetmore
Date: 2013-10-16 23:32 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a45acc8de0f3
8026762: jdk8-tl builds windows builds failing in corba - javac: no source files
Reviewed-by: katleman, dholmes
! makefiles/GenerateClasses.gmk
Changeset: a6ac824b463d
Author:wetmore
Date: 2013-10-02 09:38 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a6ac824b463d
8025694: Rename getStrongSecureRandom based on feedback
8014838: getStrongSecureRandom() should require at least one implementation
Reviewed-by: mullan, d
Sorry, I haven't been following the Random discussions until now, I
haven't been subscribed to core-lib-dev in a while.
I was specifically asked to comment on Brian's proposed change.
Paul pointed out something Bill Pugh wrote:
> Right, see here:
>
>
http://mail.openjdk.java.net/pipermail/cor
Changeset: f8af3499c1fb
Author:wetmore
Date: 2013-08-14 19:19 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f8af3499c1fb
8023075: JDK-5049299 has broken old make in jdk8
Reviewed-by: katleman
! make/java/java/Makefile
Changeset: 11c15607e43f
Author:wetmore
Date: 2013-07-05 18:22 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/11c15607e43f
8019341: Update CookieHttpsClientTest to use the newer framework.
Reviewed-by: xuelei, smarks, michaelm
!
test/sun/security/ssl/sun/net/www/protocol/htt
Changeset: 116050227ee9
Author:youdwei
Date: 2013-06-17 17:36 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/116050227ee9
8014620: Signature.getAlgorithm return null in special case
Reviewed-by: wetmore
! src/share/classes/java/security/Signature.java
+ test/java/security/Si
Changeset: b600d637ef77
Author:wetmore
Date: 2013-04-25 17:10 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b600d637ef77
8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
Reviewed-by: wetmore
Contributed-by: alan.bate...@oracle.com
! test/sun/se
Changeset: 6379415d8fca
Author:wetmore
Date: 2013-03-12 15:31 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6379415d8fca
8009925: Back out AEAD CipherSuites temporarily
Reviewed-by: valeriep
! src/share/classes/com/sun/crypto/provider/TlsKeyMaterialGenerator.java
! src/shar
Changeset: 13b46e8eda33
Author:ohrstrom
Date: 2012-10-23 15:51 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/13b46e8eda33
8001419: Build the JCE portion of JDK-8000970
Summary: Original code done by Fredrik Ohrstrom, separated/pushed by wetmore
Reviewed-by: wetmore
! src/sh
Changeset: 940c8cc5a5c4
Author:wetmore
Date: 2012-10-23 12:36 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/940c8cc5a5c4
7197071: Makefiles for various security providers aren't including the default
manifest
Reviewed-by: valeriep, mullan, katleman
! make/com/oracle/securi
Changeset: 8e5635ded425
Author:wetmore
Date: 2012-06-15 17:42 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8e5635ded425
7177556: Put TestProviderLeak.java on the ProblemList until test can be reworked
Reviewed-by: khazra
! test/ProblemList.txt
Changeset: 6438f1277df6
Author:wetmore
Date: 2012-05-09 16:33 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6438f1277df6
7167362: SecureRandom.init should be converted, amendment to 7084245
Reviewed-by: sherman
! src/share/classes/sun/security/provider/SecureRandom.java
Changeset: 10480cf00dcd
Author:wetmore
Date: 2012-04-11 17:12 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/10480cf00dcd
7157903: JSSE client sockets are very slow
Reviewed-by: xuelei
! src/share/classes/sun/security/ssl/AppOutputStream.java
! src/share/classes/sun/security
Changeset: 7a7dcbbd610f
Author:wetmore
Date: 2012-03-30 15:43 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7a7dcbbd610f
7142172: Custom TrustManagers that return null for getAcceptedIssuers will NPE
Reviewed-by: xuelei
! src/share/classes/sun/security/ssl/SSLContextImpl.ja
Changeset: b16cbeb0d213
Author:wetmore
Date: 2012-02-10 19:07 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b16cbeb0d213
7142509: Cipher.doFinal(ByteBuffer,ByteBuffer) fails to process when
in.remaining() == 0
Reviewed-by: valeriep
! src/share/classes/javax/crypto/CipherSp
Changeset: 55a82eba1986
Author:wetmore
Date: 2012-02-01 16:00 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/55a82eba1986
7141910: Incorrect copyright dates on new test cases.
Reviewed-by: mullan
!
test/sun/security/ssl/com/sun/net/ssl/internal/ssl/EngineArgs/DebugReportsOn
Changeset: 5ee30ab905db
Author:wetmore
Date: 2012-01-26 17:16 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5ee30ab905db
7126889: Incorrect SSLEngine debug output
Reviewed-by: xuelei
! src/share/classes/sun/security/ssl/EngineArgs.java
! src/share/classes/sun/security/ssl/S
Changeset: b60e88ef5d8d
Author:wetmore
Date: 2011-10-31 16:23 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/b60e88ef5d8d
7053252: New regression test does not compile on windows-amd64
Reviewed-by: valeriep
! test/ProblemList.txt
! test/sun/security/pkcs11/Provider/Absolute.
Changeset: 8681362a2f04
Author:wetmore
Date: 2011-10-31 11:54 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8681362a2f04
7105780: Add SSLSocket client/SSLEngine server to templates directory
Reviewed-by: xuelei
+ test/sun/security/ssl/templates/SSLSocketSSLEngineTemplate.ja
Changeset: 8640b7185be1
Author:wetmore
Date: 2011-10-18 11:58 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/8640b7185be1
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
Reviewed-by: xuelei, weijun, asaha
! src/share/classes/sun/security/ssl/Ciph
Changeset: c79a089ae13b
Author:wetmore
Date: 2011-05-31 12:45 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c79a089ae13b
7042097: JDK 7's Unlimited Cryptographic Policy bundle text files must be
updated.
Reviewed-by: valeriep
! make/javax/crypto/Makefile
Changeset: 65b6fe866a6f
Author:wetmore
Date: 2011-04-13 16:12 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/65b6fe866a6f
6626257: Update SWAN-specific webcaching to Oracle environment in the
regression tests.
Reviewed-by: valeriep
! test/sun/net/InetAddress/nameservice/dns
Changeset: 13af7c12c62a
Author:wetmore
Date: 2011-04-13 11:59 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/13af7c12c62a
7031343: Provide API changes to support future GCM AEAD ciphers
Reviewed-by: valeriep, xuelei
+ src/share/classes/javax/crypto/AEADBadTagException.java
!
Changeset: 29e88b0c0894
Author:wetmore
Date: 2011-04-13 11:36 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/29e88b0c0894
6914617: JCE framework code signing certificate is expiring at the end of 2010.
Reviewed-by: valeriep, weijun, mullan
! make/javax/crypto/Defs-jce.gmk
Changeset: 0f0d6b8f98cc
Author:wetmore
Date: 2011-02-23 22:54 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/0f0d6b8f98cc
6844879: Source distribution should be more robustly built without the security
source distribution
Reviewed-by: ohair
! make/common/shared/Defs-java.gm
Changeset: d8ad2da3ecf3
Author:wetmore
Date: 2010-04-20 14:24 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d8ad2da3ecf3
6945604: wrong error message in CardImpl.java
Reviewed-by: mullan
! src/share/classes/sun/security/smartcardio/CardImpl.java
Changeset: 7136683a33d2
Author:wetmore
Date: 2010-02-05 17:05 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/7136683a33d2
6923976: TestProviderLeak.java is using too small of an initial heap under
newer Hotspot (b79+)
Reviewed-by: ohair
! test/com/sun/crypto/provider/KeyFac
Changeset: d8b49b53d8cf
Author:wetmore
Date: 2009-08-14 17:29 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/rev/d8b49b53d8cf
6872177: JCE framework and provider builds broken following -target 7 changes
Reviewed-by: ohair
! make/Defs-internal.gmk
Changeset: 8c0c96a3f9f6
Author:wetmore
Date: 2009-08-13 12:36 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8c0c96a3f9f6
6870335: Provider numbers need to be bumped to 1.7
Reviewed-by: mullan
! src/share/classes/com/sun/security/sasl/Provider.java
! src/share/classes/sun/se
Changeset: 2aa570c01c69
Author:wetmore
Date: 2009-08-06 17:56 -0700
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2aa570c01c69
6867657: Many JSN tests do not run under cygwin
Reviewed-by: ohair
! test/java/net/Authenticator/B4933582.sh
! test/java/net/DatagramSocket/SetDatagramSo
Changeset: 4e0e690373fc
Author:wetmore
Date: 2008-12-02 14:53 -0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/4e0e690373fc
6778613: Update javax.crypto.Cipher.getMaxAllowedKeyLength to point to proper
Appendix after doc reorg
Reviewed-by: mullan
! src/share/classes/javax/cry
Changeset: 486b917ed417
Author:mullan
Date: 2008-10-07 13:41 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/486b917ed417
6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
Summary: fix regression introduced by 6465942
Reviewed-by: vinnie
! src/s
Changeset: c7fae5013939
Author:michaelm
Date: 2008-09-19 13:32 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/c7fae5013939
6750364: Error in test for 6744329
Reviewed-by: chegar
! test/com/sun/net/httpserver/bugs/B6744329.java
Changeset: e57447118235
Author:michaelm
Dat
Changeset: eb342082e2b6
Author:jccollet
Date: 2008-09-04 15:26 +0200
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/eb342082e2b6
6692802: HttpCookie needs to support HttpOnly attribute
Summary: Added HttpOnly tag support to HttpCookie class.
Reviewed-by: chegar, michaelm
! src/sha
Changeset: a4ff2fe5b5d9
Author:weijun
Date: 2008-08-06 08:11 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a4ff2fe5b5d9
6731685: CertificateFactory.generateCertificates throws IOException on PKCS7
cert chain
Reviewed-by: mullan
! src/share/classes/sun/security/util/DerInde
Changeset: 571a6e4bbb91
Author:jccollet
Date: 2008-07-01 13:29 +0200
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/571a6e4bbb91
6713809: FTP fails from multi-homed system
Summary: Binds the data socket to the same address as the control socket
Reviewed-by: michaelm
! src/share/cl
Changeset: 2f21c9f8136a
Author:mullan
Date: 2008-06-17 10:34 -0400
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/2f21c9f8136a
6673277: Thread unsafe lazy initialization code in
sun.security.provider.certpath.*Checker classes
Summary: make supportedExts variable non-static
Reviewe
Changeset: e8201036fc65
Author:xuelei
Date: 2008-06-04 09:56 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e8201036fc65
6690018: RSAClientKeyExchange NullPointerException
Summary: checking certificate key length for RSA_EXPORT key exchange
Reviewed-by: wetmore, mullan
! src
Changeset: ca48d7cc3579
Author:chegar
Date: 2008-05-15 10:26 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ca48d7cc3579
6670408: testcase panics 1.5.0_12&_14 JVM when java.net.PlainSocketImpl trying
to throw an exception
Summary: Replace select with poll
Reviewed-by: alanb,
Changeset: d95a6a4ea502
Author:chegar
Date: 2008-05-02 21:33 +0100
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/d95a6a4ea502
6687919: REGRESSION : Classloader can handle any resource which is not included
in classpath
Reviewed-by: jccollet, alanb
! src/share/classes/sun/misc/UR
Changeset: ad75c4b21d63
Author:weijun
Date: 2008-04-10 19:58 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/ad75c4b21d63
6675606: javax.security.auth.login.Configuration does not recognize path with
spaces
Reviewed-by: chegar, xuelei
! src/share/classes/com/sun/security/aut
Changeset: a8d6215fa863
Author:weijun
Date: 2008-03-20 11:57 +0800
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/a8d6215fa863
6670362: HTTP/SPNEGO should work across realms
Reviewed-by: valeriep
! src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java
Changeset: 74bc85c
Changeset: e1b99dfabb04
Author:chegar
Date: 2008-03-04 17:09 +
URL: http://hg.openjdk.java.net/jdk7/tl/jdk/rev/e1b99dfabb04
6638560: APPCRASH in "SPNEGO_HTTP_AUTH/PROXY_FALLBACK" test case with 64 bit
JDK on Win2008 x64, VinVista x64
Summary: Remove incorrect free from native c
88 matches
Mail list logo