-
Bug
-
Resolution: Fixed
-
P3
-
5.0, 6
-
1.4
-
generic, x86
-
generic, windows_vista
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2153483 | 7 | Joe Wang | P3 | Closed | Fixed | b15 |
JDK-2149409 | 6u4 | Norman Walsh | P3 | Resolved | Fixed | b01 |
A call to setAttributeNS() can change the namespace prefix of an attribute. If it does, the internal list of attributes may become unsorted. A binary search is used to find attributes in that list so as soon as it becomes unsorted, some attributes become inaccessible which completely breaks the API.
The fix is checked into java.net with a test case.
The fix is checked into java.net with a test case.
- backported by
-
JDK-2149409 DOM attributes can become unsorted
- Resolved
-
JDK-2153483 DOM attributes can become unsorted
- Closed
- duplicates
-
JDK-6567432 XML attributes parsed incorrectly if more than 7 attributes is used
- Closed