Skip to content

Fix plantuml-server rewrite

Dominik Sigmund requested to merge sigmund.dominik/gitlab:master 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

Screenshots or screen recordings

No Screenshots, as its a config change for the docs

How to set up and validate locally

  1. Setup docker plantuml
  2. use old rewrite, register error
  3. use new rewrite, register success

MR acceptance checklist

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

Merge request reports