You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/09/08 16:06:18 UTC

DO NOT REPLY [Bug 22988] New: - Bug in context leniency inheritance

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

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22988

Bug in context leniency inheritance

           Summary: Bug in context leniency inheritance
           Product: Commons
           Version: unspecified
          Platform: All
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: JXPath
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: sylvain@apache.org


JXPathContext implements leniency inheritance, but JXPathContextReferenceImpl
directly uses the "lenient" class member instead of calling "isLenient()".

This breaks leniency inheritance and is currently a blocker for Cocoon's Woody
component which heavily uses subcontexts.