HPI doesn’t handle tiff and jpeg files. I tried adding both a tiff and jpeg file to a folder, and got a stack trace error that they were unsupported types. Even if HPI isn’t supposed to handle those file types, we should have a ‘nicer’ error message letting them know the type isn’t supported.
[Todd> ] Is it just that the contentTypes list only has JPG and TIF listed as extensions? Probably needs JPEG and TIFF as well. Agreed about the bad error handling.
i added jpeg to the config-contentTypes.xml but there is no prior definition for tiff or tif, so an image needs to be created for that as well