--- OSA_system2/OSAS_browser.py 2005/10/10 18:11:11 1.19 +++ OSA_system2/OSAS_browser.py 2005/11/25 10:50:39 1.20 @@ -214,9 +214,9 @@ class OSAS_storeOnline(SimpleItem): #teste ob schon im cache zur Zeit kein chache wenn index.meta file nicht im selben ordner wie path. - if self._v_metaFiles.has_key(startPath) and (self._v_metaFiles[realPath][0]==stats[stat.ST_MTIME]) and (path==""): - - return self._v_metaFiles[startPath][1] + #if self._v_metaFiles.has_key(startPath) and (self._v_metaFiles[realPath][0]==stats[stat.ST_MTIME]) and (path==""): + # + # return self._v_metaFiles[startPath][1] try: dom=xml.dom.minidom.parseString(server.getFile(indexMeta)) @@ -320,9 +320,9 @@ class OSAS_storeOnline(SimpleItem): return None #teste ob schon im cache - if self._v_fileSystem.has_key(realPath) and (self._v_fileSystem[realPath][0]==stats[stat.ST_MTIME]): - - return self._v_fileSystem[realPath][1] + #if self._v_fileSystem.has_key(realPath) and (self._v_fileSystem[realPath][0]==stats[stat.ST_MTIME]): + # + # return self._v_fileSystem[realPath][1] indexMetas=server.getAllIndexMetasOfSubDirs(realPath) dir=indexMetas.keys()