-
Bug
-
Resolution: Fixed
-
P2
-
5.0
-
b56
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2099014 | 5.0 | Arun Yadav | P2 | Resolved | Fixed | rc |
Regression(4693341) : Improper Serialization of XML attachment
The XML document contains a document type declaration which refers to an external DTD
Now eventhough expanded DTD contents are not part of the output ,
DOCTYPE declaration gets appended to output
To reproduce the problem
------------------------
java -version
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b55)
Java HotSpot(TM) Server VM (build 1.5.0-beta3-b55, mixed mode)
javac Bug4693341.java
java Bug4693341
Sample program and o/p attached
The XML document contains a document type declaration which refers to an external DTD
Now eventhough expanded DTD contents are not part of the output ,
DOCTYPE declaration gets appended to output
To reproduce the problem
------------------------
java -version
java version "1.5.0-beta3"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-beta3-b55)
Java HotSpot(TM) Server VM (build 1.5.0-beta3-b55, mixed mode)
javac Bug4693341.java
java Bug4693341
Sample program and o/p attached
- backported by
-
JDK-2099014 Regression(4693341) : Improper Serialization of XML attachment
-
- Resolved
-
- relates to
-
JDK-4693341 Improper Serialization of XML attachment
-
- Closed
-