JDK-4949602 : XMLFormatter does not define valid XML as output from getHead /getTail
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.util.logging
  • Affected Version: 5.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_2.6
  • CPU: generic,sparc
  • Submitted: 2003-11-05
  • Updated: 2017-05-16
  • Resolved: 2004-02-10
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.
Other
5.0 betaFixed
Related Reports
Relates :  
Description
XMLFormatter does not define valid XML as output from getHead /getTail. In particular if a Handler is null

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta INTEGRATED IN: tiger-beta
14-06-2004

EVALUATION Simple javadoc update /** * Return the header string for a set of XML formatted records. * * @param h The target handler (can be null) * @return a valid XML string */ public String getHead(Handler h) { /** * Return the tail string for a set of XML formatted records. * * @param h The target handler (can be null) * @return a valid XML string */ public String getTail(Handler h) { ###@###.### 2003-12-07
07-12-2003