Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2076836 | 5.0 | Jeff Suttor | P2 | Resolved | Fixed | b30 |
I noticed that the SAXParser.parse methods are now marked as final, even though previously it wasn't.
Since it wasn't marked as final, there are implementations that out there that actually override
those methods.
If the JAXP API jar is upgraded to 1.3, those implementations will no longer work.
We should also check other classes to make sure that we don't have this problem for other classes.
###@###.### 2003-11-05
###@###.### 2003-11-05
Since it wasn't marked as final, there are implementations that out there that actually override
those methods.
If the JAXP API jar is upgraded to 1.3, those implementations will no longer work.
We should also check other classes to make sure that we don't have this problem for other classes.
###@###.### 2003-11-05
###@###.### 2003-11-05
- backported by
-
JDK-2076836 SAXParser is modified in a backrward incompatible way
- Resolved