fixed bug on webcrawl downloaded item
explicitly setting content-lenght in header response
set the content length in the response header (integer version, might overflow)
set the content length in the response header, use IOUtils.copyLarge
using long as type for the size also in ObjectStoreFileUtility
changed size from int to Long
Fixed bug on deliversById
implemented scheduled indexes integrity check
create index on (id, timestamp) upon objectStore creation. Cleanup
objectStore rest controller doesn't use mongodb anymore to discover the basePath, it is instead passed and http parameter.
Using new mongo API included in mongo-java-driver 3.2.2 instead of deprecated API
implemented Drop content action
fixed bug on wrong number of stored record
Launching runtime exception on iteration error
Fixed storage of data from protocol files_from_mdstore
added closing inputStream after feed in the objectStore
fixed bug on feeding record
fixed jnpe
changed the way of generation of path of the file
Fixed NPE
Added Check for null pointer , and added debug logs
Fixed calculate size
ingored test
added property for bean objectstore DAO
added file system layer for object store service