Skip to content

Improve PlantUML server config

Sean Carroll requested to merge Improve-plantuml-server-config into master

What does this MR do and why?

Change Rewrite to reflect that the plantuml-server (especially the docker one) expects the image request on the root-path, e.g.:

http://plantuml:8080/png/XXXX

The old rewrite would have produced http://plantuml:8080/plantuml/png/XXXX, leading to an error

Extracted from community MR Fix plantuml-server rewrite (!113349 - closed) by @sigmund.dominik

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Sean Carroll

Merge request reports