mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-05-12 17:04:48 +00:00
[trigger release] 2.5.5-A1
- missing bit of useful debug included
This commit is contained in:
parent
042a76fb5b
commit
b18798f313
@ -234,6 +234,7 @@ public abstract class AbstractTransformerController implements TransformControll
|
|||||||
logger.trace("Invalid request, sending {}", reply);
|
logger.trace("Invalid request, sending {}", reply);
|
||||||
return new ResponseEntity<>(reply, HttpStatus.valueOf(reply.getStatus()));
|
return new ResponseEntity<>(reply, HttpStatus.valueOf(reply.getStatus()));
|
||||||
}
|
}
|
||||||
|
transformerDebug.pushTransform(request);
|
||||||
|
|
||||||
// Load the source file
|
// Load the source file
|
||||||
File sourceFile;
|
File sourceFile;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user