Hi,
We upgraded to Confluence 9.2.2 and our custom plugin fails with 405 (Method Not Allowed) when we try and run it.
The plugin basically executes a rest api call for Scroll HTML Exporter where we do some customization to the content downloaded.
Upon clicking on the name of the action item to execute the plugin we are redirected to a Method Not Allowed page. It seems to almost fail at this method but there is no clear error:
@Override
public String execute() throws IOException {
}
I had to change the version in my to 9.2.2 in the pom.xml so it could compile properly and changed to apache maven 3.9.9.
I cannot for the life of me figure out what is wrong.
Any help would be greatly appreciated.
The below error is from the console when inspecting the page:
/plugins/export-htmlV/export-htmlV.action?pageId=43626132:1
GET https://wiki2.xx.co.za/plugins/export-htmlV/export-htmlV.action?pageId=43626132 405 (Method Not Allowed)
Thanks.