AIO: Obtain classes and resources from the 5 t-engines

This commit is contained in:
alandavis
2022-08-02 11:42:14 +01:00
parent 676ffa1f44
commit 53c0c252f9
24 changed files with 64 additions and 10340 deletions

View File

@@ -542,7 +542,7 @@ public abstract class AbstractTransformerController implements TransformControll
sourceSizeInBytes, targetMimetype, transformOptions, null);
if (transformerName == null)
{
throw new TransformException(BAD_REQUEST, "No transforms were able to handle the request");
throw new TransformException(BAD_REQUEST, "No transforms for:");
}
return transformerName;
}