JDK-8046790 : echo elements in ruleset.xml
  • Type: Enhancement
  • Component: deploy
  • Affected Version: 8u40
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-06-13
  • Updated: 2015-09-29
  • Resolved: 2015-02-03
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 8 JDK 9
8u60 b02Fixed 9Fixed
Related Reports
Relates :  
Description
for JDK-8044043 we added trace statements for invalid attributes and attributes in ruleset.xml.  We also began to ignore anything within a <customer> element.
This RFE is to echo the information in a customer element to the user and (possibly) add to UsageTracker information.

We will also consider blocking when other invalid elements are found in the DRS ruleset.xml.
Comments
At this point we only want to echo the drs <customer> blocks to the console (and trace file) as we parse the DRS. We will do this with an unchecked trace statement. Crucible review: https://java.se.oracle.com/code/cru/CR-JDK9CLIENT-745
02-02-2015