Skip to content

Commit

Permalink
ttp 276 (add XDM mime types)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssavarala committed Mar 2, 2017
1 parent 361a3fd commit 6c3f99b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public void processLeafPart(PartModel part) throws Exception {
validateCCDAwithMDHT(part);
}

if(p.isMimeType("application/zip")) {
if(p.isMimeType("application/zip") || p.isMimeType("application/octet-stream") || p.isMimeType("application/x-zip-compressed")) {
validateXDM(part);
}
}
Expand Down

0 comments on commit 6c3f99b

Please sign in to comment.