mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
AIO: Obtain classes and resources from the 5 t-engines
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user