Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In newer Confluence versions (>= 7.10) this problem happens just by updating the plugin and could be solved by just restarting Confluence. If this does not help then please try to uninstall the plugin and then reinstall the plugin. If this does not help then perform the steps described here: https://confluence.atlassian.com/confkb/how-to-clear-confluence-plugins-cache-297664846.html

#includeurl is not working (anymore)

First of all check if the URL is accessible (without authentication) using the command line tool curl (https://curl.se/) on a Confluence node.

If the content is accessible by curl maybe the problem is caused by the plantuml security profile (Image AddedDeploy PlantUML safely ).

You can check the security profile in the plugin configuration:


Image Added
Image Added

You can change the security profile by the environment variable `-DPLANTUML_SECURITY_PROFILE`, e.g. in the bin/setenv.sh script:

Code Block
languagebash
themeMidnight
CATALINA_OPTS="-DPLANTUML_SECURITY_PROFILE=LEGACY $CATALINA_OPTS"