LOCKSS Daemon 1.75.5
Version 1.75 of the LOCKSS Daemon no longer supports Java 7 and requires Java 8.
Features
-
Automatic processing of archive files now works for split Zip files.
-
Transparently handle some malformed
Content-Type
headers such as('image/jpeg', none)
. -
Link rewriter now handles protocol-relative links.
-
Added
X-Lockss-From-Auid
response header to ServeContent to identify a file's AU. -
Added a OS Release Info daemon status table.
-
TDB tools now accept directory paths as input files.
Bugs
-
Link extractors now accept relative
<base>
tags. -
Do not force browser download of files that have an inline
Content-Disposition
in ServeContent. -
Ensure ServeContent uses legal filename in
Content-Disposition
. -
Do not let permission page fetch error prevent trying alternate permission pages.
-
Guard against
ArrayIndexOutOfBoundsException
parsing large RDF on permission pages.