-
Type:
Bug
-
Resolution: Invalid
-
Priority:
Low
-
None
-
Affects Version/s: 8.0.0-struts-m020
-
Component/s: Content - Page
-
Severity 3 - Minor
Issue Summary
Fix html-include macro with Struts
Steps to Reproduce
Use HTML macro on a page.
Expected Results
No exception
Actual Results
The below exception is thrown in the xxxxxxx.log file:
Caused by: com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'html-include' is unknown.
at com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent$MacroHandler.handleMacro(XhtmlMacroRendererComponent.java:83)
at com.atlassian.renderer.v2.WikiMarkupParser.makeMacro(WikiMarkupParser.java:120)
at com.atlassian.renderer.v2.WikiMarkupParser.handlePotentialMacro(WikiMarkupParser.java:105)
at com.atlassian.renderer.v2.WikiMarkupParser.parse(WikiMarkupParser.java:60)
at com.atlassian.confluence.content.render.xhtml.migration.XhtmlMacroRendererComponent.render(XhtmlMacroRendererComponent.java:59)
at com.atlassian.confluence.content.render.xhtml.migration.ErrorReportingV2Renderer.render(ErrorReportingV2Renderer.java:67)
at com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator.migrate(WikiToXhtmlMigrator.java:56)
at com.atlassian.confluence.content.render.xhtml.migration.WikiToXhtmlMigrator.migrate(WikiToXhtmlMigrator.java:62)
... 379 more
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
- mentioned in
-
Page Loading...