#266 closed task (fixed)
Investigate and fix issues with external files introduced in BASE 2.16
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | MeV Launcher v1.7 |
Component: | net.sf.basedb.mev | Keywords: | |
Cc: |
Description
BASE 2.16 adds support for file items that are stored externally. See http://base.thep.lu.se/ticket/1485
We need to investigate how this affects the MeV launcher and plug-ins and fix issues that we find. I can't see any immediate problems, but...
Change History (2)
comment:1 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 15 years ago
Milestone: | MEV Launcher v1.x → MeV Launcher v1.7 |
---|
Note:
See TracTickets
for help on using tickets.
(In [1227]) Fixes #266: Investigate and fix issues with external files introduced in BASE 2.16
MeV functionality was only enabled for file with location=Location.PRIMARY. Now check isDownloadable() instead.
There was an issue with the download servlet and files of unknown size.
Also replaces calls to deprecated methods.