Hi,
I decided to update my old Alfresco community server from 5.0.d to 7.1.0 community (docker container). Since the update, the wiki pages that contains internal link (e.g. [[my internal wiki page]]) trigger an exception in the alfresco app:
Spoiler (Highlight to read) alfresco_1 | 2022-04-01 08:49:57,721 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-3] Exception from executeScript: 03010015 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtils alfresco_1 | org.springframework.extensions.webscripts.WebScriptException: 03010015 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtils alfresco_1 | at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139) .... alfresco_1 | 2022-04-01 08:49:57,871 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-18] Exception from executeScript: 03010016 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtils alfresco_1 | org.springframework.extensions.webscripts.WebScriptException: 03010016 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtils alfresco_1 | at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139)
alfresco_1 | 2022-04-01 08:49:57,721 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-3] Exception from executeScript: 03010015 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtilsalfresco_1 | org.springframework.extensions.webscripts.WebScriptException: 03010015 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtilsalfresco_1 | at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139)....alfresco_1 | 2022-04-01 08:49:57,871 ERROR [extensions.webscripts.AbstractRuntime] [http-nio-8080-exec-18] Exception from executeScript: 03010016 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtilsalfresco_1 | org.springframework.extensions.webscripts.WebScriptException: 03010016 Wrapped Exception (with status template): org/apache/commons/lang/StringEscapeUtilsalfresco_1 | at org.springframework.extensions.webscripts.AbstractWebScript.createStatusException(AbstractWebScript.java:1139)
When I modify a page and remove internal links, it then renders correctly.
It also happens with a clean install of Alfresco 7.1.0 with the docker-compose file.
Did anyone already faced this kind of behavior ?