RFR: 8150158: Update bugs.sun.com references to bugs.java.com

Anthony Scarpino anthony.scarpino at oracle.com
Thu Aug 25 20:58:28 UTC 2016


Looks fine to me.

Tony

On 08/25/2016 12:55 PM, Sean Mullan wrote:
> Real trivial fix, just updating obsolete bug URLs in code comments.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8150158
>
> $ hg diff --nodates -a -U 1
> diff -r 9c7eb3e1799f
> src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/IntegrityHmac.java
>
> ---
> a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/IntegrityHmac.java
>
> +++
> b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/IntegrityHmac.java
>
> @@ -152,3 +152,3 @@
>               // reinstantiate Mac object to work around bug in JDK
> -            // see: http://bugs.sun.com/view_bug.do?bug_id=4953555
> +            // see: http://bugs.java.com/view_bug.do?bug_id=4953555
>               Mac mac = this.macAlgorithm;
> diff -r 9c7eb3e1799f
> src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA.java
>
> ---
> a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA.java
>
> +++
> b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureBaseRSA.java
>
> @@ -114,3 +114,3 @@
>               // reinstantiate Signature object to work around bug in JDK
> -            // see: http://bugs.sun.com/view_bug.do?bug_id=4953555
> +            // see: http://bugs.java.com/view_bug.do?bug_id=4953555
>               Signature sig = this.signatureAlgorithm;
> diff -r 9c7eb3e1799f
> src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureDSA.java
>
> ---
> a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureDSA.java
>
> +++
> b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureDSA.java
>
> @@ -141,3 +141,3 @@
>               // reinstantiate Signature object to work around bug in JDK
> -            // see: http://bugs.sun.com/view_bug.do?bug_id=4953555
> +            // see: http://bugs.java.com/view_bug.do?bug_id=4953555
>               Signature sig = this.signatureAlgorithm;
> diff -r 9c7eb3e1799f
> src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA.java
>
> ---
> a/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA.java
>
> +++
> b/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/algorithms/implementations/SignatureECDSA.java
>
> @@ -254,3 +254,3 @@
>               // reinstantiate Signature object to work around bug in JDK
> -            // see: http://bugs.sun.com/view_bug.do?bug_id=4953555
> +            // see: http://bugs.java.com/view_bug.do?bug_id=4953555
>               Signature sig = this.signatureAlgorithm;
>
> --Sean




More information about the security-dev mailing list