Viewing Issue Simple Details
[ Jump to Notes ]
|
[ View Advanced ]
[ Issue History ]
[ Print ]
|
ID |
Category |
Severity |
Reproducibility |
Date Submitted |
Last Update |
0000980 |
[Resin] |
minor |
always |
03-08-06 12:00 |
05-16-07 15:58 |
|
Reporter |
cmonster |
View Status |
public |
|
Assigned To |
ferg |
Priority |
normal |
Resolution |
fixed |
|
Status |
closed |
|
Product Version |
3.0.18 |
|
Summary |
0000980: XmlSAXParser.isValidating() returns true, but does not validate |
Description |
com.caucho.xml.parsers.XmlSAXParserFactory$XmlSAXParser.isValidating() returns true, but the parse does not validate. java's api docs are perhaps ambiguous, indicating this method should return "true if this parser is configured to validate XML documents; false otherwise."
however, i think this is misleading for the client. if i am explicitly testing to see if my parser is validating, i would expect this method to return false; there is no other way for the client to know this parser does not validate.
http://java.sun.com/j2se/1.5.0/docs/api/javax/xml/parsers/SAXParser.html#isValidating() [^] |
Additional Information |
|
|
Attached Files |
|
|