Opened 8 years ago
Closed 8 years ago
#6005 closed defect (fixed)
/vsizip/ caches file content a bit too agressively
Reported by: | Even Rouault | Owned by: | warmerdam |
---|---|---|---|
Priority: | normal | Milestone: | 2.0.1 |
Component: | default | Version: | unspecified |
Severity: | normal | Keywords: | |
Cc: |
Description
/vsizip/ (actually the abstract archive handler) caches the file listing when opening a zip. The problem is that if the zip is later changed, the file listing is not refreshed.
Change History (2)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Milestone: | → 2.0.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
trunk r29387, branches/2.0 r29388 (post RC2) "/vsizip/: avoid returning the previous file list of an already opened .zip if it has changed afterwards (#6005)"