Mentions légales du service

Skip to content
Snippets Groups Projects

fix MCA when package include other files which are not in configuration

Open alassane gaye requested to merge archive/bugfix/ANS-116 into archive/evs5-dev
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -321,11 +321,6 @@ public class MimeTypeDetector implements Analyzer {
return false;
}
}
if (matchedFile < filesInPart.size()){
zip.addLog(ZIP_STRUCTURE_DETECTION,"The archive contains files that are not registered in the configuration and will therefore not match this type.");
return false;
}
return true;
}
Loading