Sanitize Actuator Prefix
NOTE: If you want to use examples provided (microservice-example-gradle & microservice-example-maven), please, clone the repository instead of downloading release zip. They need .git folder due to git related plugins specified on pom.xml and build.gradle
This release comes from the @Damian-R-Smith time! Thanks for pointing out this situation!
Main Goal
When setting a new instance, if you enter your prefix with '/' (eg. '/my-actuator') this will result in the Log button for that instance redirecting to :
http://<host>:<port> // myactuator/logfile
The placeholder for this input indicates that this format is what the user should enter, but irregardless this input field has been sanitized as part of validation to anticipate incorrectly formatted data.