#628 closed defect (fixed)
Create update script that fixes incorrect file sizes
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.4 |
Component: | install | Version: | |
Keywords: | Cc: |
Description
Bug #575 may have created files with incorrect size in the database. The bug was fixed in 2.3.1, but the update script must be fixed in the trunk. A temporary fix is made in File.getSize() method which can be removed once the update script is in place.
Change History (5)
comment:1 by , 17 years ago
comment:2 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 17 years ago
This must be done after 2.3.1 has been merged with the trunk. Otherwise new files with incorrect size may have been added.
comment:5 by , 17 years ago
(In [3710]) Fixes #745: NullPointerException in File.getSize() References #628 and #575.
Note:
See TracTickets
for help on using tickets.
(In [3444]) Fixes #575. Additional fix is needed in the trunk. See #628