JDK-8240983 : Incorrect copyright header in Apache Santuario 2.1.3 files
  • Type: Bug
  • Component: security-libs
  • Sub-Component: javax.crypto
  • Affected Version: 15
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2020-03-13
  • Updated: 2022-01-27
  • Resolved: 2020-03-13
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 11 JDK 13 JDK 15
11.0.13Fixed 13.0.11Fixed 15 b15Fixed
Related Reports
Relates :  
Description
The following file has an incorrect header format: 

open/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMReference.java
open/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMRetrievalMethod.java
open/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMXMLSignature.java
open/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/DOMXPathFilter2Transform.java
open/src/java.xml.crypto/share/classes/org/jcp/xml/dsig/internal/dom/XMLDSigRI.java

   * Portions copyright (c) 2005, 2019, Oracle and/or its affiliates. All rights reserved.

"Portions copyright" should be "Copyright"

Comments
A pull request was submitted for review. URL: https://git.openjdk.java.net/jdk13u-dev/pull/318 Date: 2022-01-27 15:44:45 +0000
27-01-2022

Fix request (13u): this fix makes backports of Santuario upgrades easier. Applies cleanly.
27-01-2022

Fix Request (11u): Required for other changes to apply. This one is trivial and applies cleanly.
20-07-2021

URL: https://hg.openjdk.java.net/jdk/jdk/rev/3179efca4758 User: weijun Date: 2020-03-13 13:33:35 +0000
13-03-2020