11-04-2016 05:21 AM
I have html.400.ftl file for handling WebScriptException with status 400.
I want to show the error message which I have written in the back-end side.
However, It autogenerates some number in front of the message ( 10040034 'Message' ) and print it with the message.
Is there any way of deleting it or?
Thank you in advance.
11-04-2016 06:04 AM
This number is generated for all Alfresco Exception instances. It is based on the current date / time to help identify the exception in log files. You can remove them in your html.400.ftl by simply stripping it away with the ?substring() builtin for String.
11-04-2016 06:04 AM
This number is generated for all Alfresco Exception instances. It is based on the current date / time to help identify the exception in log files. You can remove them in your html.400.ftl by simply stripping it away with the ?substring() builtin for String.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.