DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27468>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27468

JavaDoc for CachedXPathAPI should state it's not thread-safe

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Critical                    |Normal
           Priority|High                        |Medium
            Summary|CachedXPathAPI not thread-  |JavaDoc for CachedXPathAPI
                   |save                        |should state it's not
                   |                            |thread-safe



------- Additional Comments From [EMAIL PROTECTED]  2004-03-18 14:31 -------
This isn't well-documented, but the underlying data model (DTM) for the XPath 
API is not guaranteed to be thread-safe, so the CachedXPathAPI is not be 
guaranteed to be thread-safe.  That's explicitly mentioned in the description 
of the CachedXPathAPI(CachedXPathAPI) constructor [1], but not in the 
description of the zero-argument constructor.

[1] http://xml.apache.org/xalan-
j/apidocs/org/apache/xpath/CachedXPathAPI.html#CachedXPathAPI
(org.apache.xpath.CachedXPathAPI)

Reply via email to