tuub / kitodo-mediaserver

Kitodo Mediaserver
GNU General Public License v3.0
7 stars 6 forks source link

[#297] Fileserver notification ignore regex #298

Closed pbroman closed 5 years ago

pbroman commented 5 years ago

I'm thinking about workId + derivativePath. Is it ensured derivativePath always starts with a slash? Other things are looking good.

FileController line 109: String derivativePath = StringUtils.substringAfter(completePath, workId);

ponchofiesta commented 5 years ago

OK, my mind was somewhere else inside of the convert action :-)