JDK-8144593 : Suppress not recognized property/feature warning messages from SAXParser
  • Type: Bug
  • Component: xml
  • Sub-Component: jaxp
  • Affected Version: 7u80,8,9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2015-12-03
  • Updated: 2018-03-21
  • Resolved: 2016-02-04
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 7 JDK 8 JDK 9 Other
7u101Fixed 8u102Fixed 9 b105Fixed openjdk7uFixed
Description
The following set of warning messages is seen over and over in the
WebLogic console 12.1.3 using 64-bit Java SE 7 Update 80.
On FMW 11g and JRockit R28.3.4, no such messages are seen.
Oracle JRockit(R) (build
R28.3.4-11-163426-1.6.0_85-20140916-1231-linux-x86_64, compiled mode) 

Warning:  weblogic.apache.xerces.parsers.SAXParser: 
 http://javax.xml.XMLConstants/feature/secure-processing
Warning:  weblogic.apache.xerces.parsers.SAXParser: 
 http://javax.xml.XMLConstants/property/accessExternalDTD
Warning:  weblogic.apache.xerces.parsers.SAXParser: 
 http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit 

The functionality to suppress such warnings should be implemented.
Comments
Review thread: http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-February/038595.html
03-02-2016