Weijun Wang
46ebf10e26
6947487: use HexDumpEncoder.encodeBuffer()
...
Reviewed-by: mullan
2010-04-29 15:50:40 +08:00
Chris Hegarty
77a56e5d33
6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
...
Reviewed-by: alanb
2010-04-27 09:42:51 +01:00
Weijun Wang
7cc72590c7
6856069: PrincipalName.clone() does not invoke super.clone()
...
Reviewed-by: chegar
2010-04-22 12:45:36 +08:00
Bradford Wetmore
09ae7d4842
6945604: wrong error message in CardImpl.java
...
Reviewed-by: mullan
2010-04-20 14:24:06 -07:00
Weijun Wang
5d137e0d2f
6944847: native gss lib names on linux
...
Reviewed-by: valeriep
2010-04-20 19:30:31 +08:00
Lana Steuck
552f2a578c
Merge
2010-04-17 08:12:00 -07:00
Andrew John Hughes
41515b3a35
6944361: Missing CKR_ values in PKCS11Exception
...
Allow native NSS errors to be observed and correctly reported
Reviewed-by: wetmore, valeriep
2010-04-16 09:54:13 +01:00
Weijun Wang
592e8de4e1
6939248: Jarsigner can't extract Extended Key Usage from Timestamp Reply correctly
...
Reviewed-by: xuelei, mullan
2010-04-16 10:13:23 +08:00
Weijun Wang
7afbc895a8
6937978: let keytool -gencert generate the chain
...
Reviewed-by: mullan
2010-04-16 10:06:07 +08:00
Chris Hegarty
87fe7a4376
6706251: api/java_net/NetworkInterface/index.html#misc: getDisplayName() returned non null but empty String
...
Reviewed-by: alanb, michaelm, andrew
2010-04-13 12:02:06 +01:00
Valerie Peng
3a0f478ce5
Merge
2010-04-12 15:53:20 -07:00
Sean Mullan
5794ed41e6
6909281: 6u19 b99(pit):Error loading first applet in browser session( both FF && IE, windows ): NPE is thrown
...
Fix for 6633872 causes NPE due to uninitialised ProtectionDomain class
Reviewed-by: andrew
2010-04-09 07:21:46 -07:00
Lana Steuck
e98b3651ea
Merge
2010-04-08 15:34:29 -07:00
Lana Steuck
7098706784
Merge
2010-04-08 15:01:57 -07:00
Valerie Peng
a0d85f3139
6918573: sun.security.pkcs11.P11RSACipher.finalize() is a scalability blocker
...
Removed the finalize() methods and use PhantomReference in Session to do auto clean up.
Reviewed-by: wetmore
2010-04-07 17:20:11 -07:00
Martin Buchholz
6b4917957f
6941130: Semaphore should throw if number of permits overflows or underflows
...
Check if release could make number of permits negative
Reviewed-by: dl, dholmes
2010-04-07 12:30:49 -07:00
Xueming Shen
e6d3771bc3
6717164: FilterInputStream.skip incorrectly inherits wording specifying how the InputStream.skip works
...
Restoring the javadoc
Reviewed-by: alanb
2010-04-06 15:45:21 -07:00
Chris Hegarty
eb427a0e84
6921111: NullPointerException in PlainDatagramSocketImpl.socketSetOption
...
Reviewed-by: alanb
2010-04-06 15:44:17 +01:00
Chris Hegarty
cb7c94da7e
6648001: Cancelling HTTP authentication causes subsequent deadlocks
...
Reviewed-by: michaelm
2010-04-06 13:47:59 +01:00
Abhijit Saha
9039997db4
Merge
2010-04-05 16:11:59 -07:00
Xueming Shen
ec70851450
4947220: (process)Runtime.exec() cannot invoke applications with unicode parameters(win)
...
To use CreateProcessW on Windowns platform
Reviewed-by: martin
2010-04-03 18:29:11 -07:00
Xueming Shen
0020f5af66
6902790: Converting/displaying HKSCs characters issue on Vista and Windows7
...
6911753: NSN wants to add Big5 HKSCS-2004 support
Support HKSCS2008 in Big5_HKSCS and MS950_HKSCS
Reviewed-by: okutsu
2010-03-30 19:10:47 -07:00
Yuka Kamiya
da8ef7e433
6907881: Different undesired behavior for entering Asian characters in Windows IME starting with Java 6.0
...
Reviewed-by: okutsu
2010-03-30 21:16:41 +09:00
Yuka Kamiya
a44958558e
6939021: (tz) Support tzdata2010g
...
Reviewed-by: okutsu
2010-03-30 18:35:47 +09:00
Abhijit Saha
3ec9318035
Merge
2010-03-25 07:12:43 -07:00
Weijun Wang
512e4f93a3
6813340: X509Factory should not depend on is.available()==0
...
Reviewed-by: xuelei
2010-03-25 12:07:42 +08:00
Abhijit Saha
4e39344d24
Merge
2010-03-24 17:32:04 -07:00
Abhijit Saha
b60d36a19a
Merge
2010-03-24 14:16:57 -07:00
Pavel Porvatov
af4ae14e2a
6922214: SynthTextPaneUI.installUI() doesn't install the default caret and highlighter
...
Reviewed-by: alexp
2010-03-24 15:14:16 +03:00
Daniel D. Daugherty
4212e786d4
6915365: 3/4 assert(false,"Unsupported VMGlobal Type") at management.cpp:1540
...
Remove exception throw to decouple JDK and HotSpot additions of known types.
Reviewed-by: mchung
2010-03-23 19:03:26 -07:00
Chris Hegarty
498067c8a3
6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
...
6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented"
6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
All three bugs are interdependent
Reviewed-by: xuelei
2010-03-23 13:54:36 +00:00
Weijun Wang
5266d0e350
6586707: NTLM authentication with proxy fails
...
Reviewed-by: chegar
2010-03-23 10:41:11 +08:00
Chris Hegarty
67639e07f3
6632169: HttpClient and HttpsClient should not try to reverse lookup IP address of a proxy server
...
Reviewed-by: michaelm
2010-03-22 11:55:54 +00:00
Lana Steuck
38fc5a108c
Merge
2010-03-19 18:49:36 -07:00
Lana Steuck
7268d4595b
Merge
2010-03-18 18:52:10 -07:00
Valerie Peng
b05376b108
6837847: PKCS#11 A SecureRandom and a serialization error following installation of 1.5.0_18
...
Added a custom readObject method to PKCS11 SecureRandom impl
Reviewed-by: wetmore
2010-03-18 17:56:39 -07:00
Valerie Peng
107e21bdc5
6591117: Poor preformance of PKCS#11 security provider compared to Sun default provider
...
Added internal buffering to PKCS11 SecureRandom impl
Reviewed-by: wetmore
2010-03-18 17:32:45 -07:00
Valerie Peng
c0cdafcd43
6695485: SignedObject constructor throws ProviderException if it's called using provider "SunPKCS11-Solaris"
...
Added checking for RSA key lengths in initSign and initVerify
Reviewed-by: vinnie
2010-03-18 17:05:42 -07:00
Weijun Wang
23a0fee518
6829283: HTTP/Negotiate: Autheticator triggered again when user cancels the first one
...
Reviewed-by: chegar
2010-03-18 18:26:37 +08:00
Peter Zhelezniakov
9d11138463
6932524: NIMBUS: 3 constructors of JSplitPane creates new jsp with continuous layout - they should not
...
Reviewed-by: alexp
2010-03-18 12:02:12 +03:00
Lana Steuck
1f82f6a3f0
Merge
2010-03-17 14:19:07 -07:00
Pavel Porvatov
a0553816a1
6933784: NIMBUS: ImageView getNoImageIcon and getLoadingImageIcon returns nulls instead of an icon
...
Reviewed-by: peterz
2010-03-17 12:48:21 +03:00
Pavel Porvatov
1be45512de
6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted
...
Reviewed-by: peterz
2010-03-15 16:16:06 +03:00
Andrew John Hughes
2c08386c75
6934327: Update linux fontconfigs for Ubuntu and Fedora
...
Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases.
Reviewed-by: prr
2010-03-12 01:09:13 +00:00
Xueming Shen
57a26502f0
6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile
...
System property sun.zip.disableMemoryMapping to disable mmap use
Reviewed-by: alanb
2010-03-11 14:06:09 -08:00
Damjan Jovanovic
63a75eead0
6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy
...
Reviewed-by: michaelm, chegar
2010-03-11 17:50:30 +00:00
Sergey Malenkov
a55a44a6e2
6707226: java.beans.Statement & java.beans.Expression miss one important usecase
...
Reviewed-by: rupashka
2010-03-11 17:39:33 +03:00
Ulf Zibis
3f5bea08cd
6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
...
Uc >> 16 == 0 is superior to (int) (char) uc == uc
Reviewed-by: sherman
2010-03-10 14:53:51 -08:00
Lana Steuck
55ca6aeb17
Merge
2010-03-09 15:29:13 -08:00
Lana Steuck
4a25f3ef9c
Merge
2010-03-09 15:28:09 -08:00