Sean Mullan
e4502f3b6f
6858484: If an invalid HMAC XML Signature is validated, all subsequent valid HMAC signatures are invalid
...
Reviewed-by: asaha
2009-07-08 16:57:40 -04:00
Abhijit Saha
25a00f88d0
Merge
2009-07-06 11:42:37 -07:00
Jean-Christophe Collet
d8a3c09706
6856856: NPE in HTTP protocol handler logging
...
Fixed the NPE and Moved the java.util.logging dependency to a single class and used reflection to make it a soft one.
Reviewed-by: chegar
2009-07-06 15:13:48 +02:00
Tim Bell
62ba7fbc2c
Merge
2009-07-03 16:26:43 -07:00
Tim Bell
83c391b784
Merge
2009-07-03 09:15:02 -07:00
Martin Buchholz
839196d14e
6857287: (file) Clarifications for symbolic link related javadoc
...
Fix up jsr203 file javadoc related to symbolic links
Reviewed-by: alanb
2009-07-03 07:24:43 -07:00
Xue-Lei Andrew Fan
5363b41a3e
6853793: OutOfMemoryError in sun.security.provider.certpath.OCSPChecker.check
...
Allocate memory dynamically, keep reading until EOF.
Reviewed-by: weijun
2009-07-03 11:13:42 +08:00
Xiomara Jayasena
618ccf3eb4
Added tag jdk7-b63 for changeset c8270bf40b76
2009-07-02 11:11:03 -07:00
Abhijit Saha
1024df69d8
Merge
2009-07-01 09:59:16 -07:00
Alan Bateman
6ec4a073e6
Merge
2009-06-30 11:13:51 +01:00
Alan Bateman
f7b598496d
6843003: Windows Server 2008 R2 system recognition
...
Reviewed-by: ohair, sherman
2009-06-30 11:11:10 +01:00
Tim Bell
692966b0eb
Merge
2009-06-29 23:08:06 -07:00
Xueming Shen
a91b1ffd43
Merge
2009-06-29 21:16:01 -07:00
Weijun Wang
c9930b0e4f
6855671: DerOutputStream encodes negative integer incorrectly
...
Reviewed-by: xuelei
2009-06-30 11:55:58 +08:00
Xueming Shen
4b33465b42
6707281: Adler32.update() JavaDoc is wrong
...
6553961: java.util.zip.{CRC32,Adler32}.update(int) doc errors
6646605: Missing method ZipFile.getComment()
6841232: ZipFile should implement Closeable
4985614: Failure on calls to ZipFile constructor
5032358: "java.util.zip.ZipException: The system cannot find the file specified"
6846616: java/util/zip/ZipFile/ReadAfterClose.java failed after fix for 6735255
Some misc bug/rfe fixes for zipfile
Reviewed-by: alanb
2009-06-29 19:57:58 -07:00
Tim Bell
c0a769b9ff
Merge
2009-06-29 17:40:17 -07:00
Jonathan Gibbons
92af1e97cf
6855069: rmic should support v51 class files
...
Reviewed-by: jrose
2009-06-29 16:28:58 -07:00
Jennifer Godinez
5256d9183f
Merge
2009-06-29 14:42:22 -07:00
Michael McMahon
df221ae4b0
Merge
2009-06-29 15:08:52 +01:00
Michael McMahon
f9268d3c20
6827999: 6827999: URLClassLoader.addURL(URL) adds URLs to closed class loader
...
Reviewed-by: chegar
2009-06-29 15:05:15 +01:00
Chris Hegarty
60b4f589fb
6855335: Several changes in the SCTP implementation
...
Reviewed-by: michaelm
2009-06-29 14:53:10 +01:00
Michael McMahon
27c5ebc1c1
Merge
2009-06-29 13:29:05 +01:00
Michael McMahon
a505db1f7d
6513803: httpserver regression test Test13 failing and causing NullPointerException
...
Check for NPEs
Reviewed-by: chegar
2009-06-29 13:10:33 +01:00
Tim Bell
817aac3f58
Merge
2009-06-28 23:16:18 -07:00
Kelly O'Hair
82ca44035d
Merge
2009-06-28 11:47:34 -07:00
Tim Bell
8990000e63
Merge
2009-06-28 00:00:25 -07:00
Alan Bateman
9b6fcc28d2
6844054: (bf) Eliminate dependency on javax.management.ObjectName
...
Reviewed-by: mchung
2009-06-27 21:49:41 +01:00
Alan Bateman
212565afd7
6838333: New I/O: Update file system API to jsr203/nio2-b101
...
6844313: New I/O: File timestamps should be represented by a FileTime rather than a long+TimeUnit
Reviewed-by: sherman
2009-06-27 21:46:53 +01:00
Kelly O'Hair
4f6bc0cc73
6855180: Fix classfile version check in java_crw_demo
...
Reviewed-by: jjg
2009-06-26 21:52:47 -07:00
Michael Ernst
272d82ec23
6843077: JSR 308: Annotations on types
...
Co-authored-by: Mahmood Ali <mali@csail.mit.edu>
Co-authored-by: Matt Papi <mpapi@csail.mit.edu>
Reviewed-by: jjg, mcimadamore, darcy
2009-06-26 18:39:45 -07:00
Tim Bell
645805c313
Merge
2009-06-26 10:25:45 -07:00
Jean-Christophe Collet
33dbe6a01d
6855297: Windows build breaks after 6811297
...
Re-introduced the mistakenly taken out authObj member
Reviewed-by: chegar
2009-06-26 16:50:58 +02:00
Lillian Angel
9feab8fb3a
6852607: MessageUtils JVM crash
...
Fixes crash by checking null field
Reviewed-by: alanb
2009-06-25 17:01:56 -04:00
Xiomara Jayasena
16157d1e61
Added tag jdk7-b62 for changeset 301dcd5c88d0
2009-06-25 12:10:01 -07:00
Jean-Christophe Collet
1ece67558e
6811297: Add more logging to HTTP protocol handler
...
Added extra logging to HttpURLConnection and HttpClient. Added a capture tool.
Reviewed-by: chegar
2009-06-25 18:56:30 +02:00
Jennifer Godinez
912fd84f30
Merge
2009-06-24 11:49:16 -07:00
Yuri Nesterenko
46360bd868
Merge
2009-06-23 23:09:49 -07:00
Tim Bell
b9554f42b8
Merge
2009-06-23 22:07:58 -07:00
Martin Buchholz
cab60341e3
6853806: Prefer (cd $dir && jar) to jar -C for performance reasons
...
Eliminate (most) uses of jar -C
Reviewed-by: ohair
2009-06-22 21:07:20 -07:00
Jeremy Manson
7c01613569
6834805: Improve jar -C performance
...
Store "-C" directories in a HashSet, not List, to remove duplicates
Reviewed-by: sherman
2009-06-22 20:47:51 -07:00
Xueming Shen
3c65bb6343
6847092: (cs) CharsetEncoder.isLegalReplacement of US_ASCII behaves differently since
...
Updated the US_ASCII and ISO-8859-1 to fix the failure.
Reviewed-by: alanb, martin
2009-06-22 19:22:47 -07:00
Martin Buchholz
614cc9b007
6851653: (launcher) Make every java process 20 bytes smaller
...
Carefully keep track of every byte
Reviewed-by: ksrini, xlu
2009-06-22 16:41:27 -07:00
Phil Race
886c516b5b
6853617: race condition in java.awt.Font.getAttributes() (private method)
...
Reviewed-by: igor, jgodinez
2009-06-22 14:10:09 -07:00
Jennifer Godinez
cb5399d380
6850398: Allow GraphicsEnvironment to be loaded by system classloader (edit)
...
Reviewed-by: campbell, prr
2009-06-22 09:47:50 -07:00
Kumar Srinivasan
d92c74443f
6830335: Java JAR Pack200 Decompression Integer Overflow Vulnerability
...
Fixes a potential vulnerability in the unpack200 logic, by adding extra checks, a back-port.
Reviewed-by: asaha
2009-06-22 07:23:20 -07:00
Sean Mullan
68d0756ea6
6824440: XML Signature HMAC issue
...
Reviewed-by: asaha
2009-06-23 13:54:36 -04:00
Abhijit Saha
6b90310fed
6656610: AccessibleResourceBundle.getContents exposes mutable static (findbugs)
...
Reviewed-by: hawtin
2009-06-22 13:36:37 -07:00
Tim Bell
8848c1d3d6
Merge
2009-06-21 23:52:58 -07:00
Martin Buchholz
356454363f
6853336: (process) disable or remove clone-exec feature (6850720)
...
Clone-exec feature (6850720) needs more work on 32-bit Linux
Reviewed-by: alanb, michaelm
2009-06-21 12:02:14 -07:00
Xiaobin Lu
c0146a5bd0
6850606: Regression from JDK 1.6.0_12
...
The returned result from multiply should be constructed by using valueOf to take care of the INFLATED case.
Reviewed-by: darcy
2009-06-20 13:34:06 -07:00