org.nhindirect.xd.common.type.DirectDocumentType.XDM only checks filename ends
with '.zip', but this is not good enough.
@Override
public boolean matches(String data, String contentType, String fileName)
{
// FIXME: Bad assumption
return StringUtils.contains(fileName, ".zip");
}
Original issue reported on code.google.com by teru.mor...@gmail.com on 27 Feb 2012 at 4:39
Original issue reported on code.google.com by
teru.mor...@gmail.com
on 27 Feb 2012 at 4:39