Mercurial > dive4elements > framework
comparison ChangeLog @ 236:6ef6acf30d66
Bugfix: Decompress CollectionItems when they are fetched from Backend.
artifacts/trunk@1646 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Wed, 06 Apr 2011 08:40:24 +0000 |
parents | 3e29395ebac6 |
children | 23ec48ce717e |
comparison
equal
deleted
inserted
replaced
235:3e29395ebac6 | 236:6ef6acf30d66 |
---|---|
1 2011-04-06 Ingo Weinzierl <ingo@intevation.de> | |
2 | |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/DefaultCollectionItem.java: | |
4 Bugfix: Items are compressed in the Backend while adding an Artifact to | |
5 a Collection. So this item needs to be decompressed when it is fetched | |
6 from Backend again. This is done now! | |
7 | |
1 2011-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> | 8 2011-04-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> |
2 | 9 |
3 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: | 10 * artifact-database/src/main/java/de/intevation/artifactdatabase/Backend.java: |
4 The XML documents stored aside users, collections and collection items | 11 The XML documents stored aside users, collections and collection items |
5 are now compressed/decompressed transparently, to reduce i/o costs | 12 are now compressed/decompressed transparently, to reduce i/o costs |