• David Whitfield Morriss's avatar
    for alecm: · 8ff15818
    David Whitfield Morriss authored
    Changed Traversable to call the original __bobo_traverse__ method before 
    attempting to use attribute access to find the desired object.  This ensures 
    that the monkeypatched object retains the same behavior as the original 
    object during traversal.  Also, added checks to see if the request is a 
    WebDAV request in which case attribute lookup is performed without 
    acquisition (see BaseRequest.traverse for why this is important).
    8ff15818
traversable.py 5.13 KB