Commit c7103bf2 authored by izeye's avatar izeye Committed by Stephane Nicoll

Add missing slash

`endpoints.jolokia.path` requires the path to start with a slash.

Closes gh-2864
parent b847b6fa
...@@ -552,7 +552,7 @@ content into your application; rather pick only the properties that you need. ...@@ -552,7 +552,7 @@ content into your application; rather pick only the properties that you need.
management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP management.health.status.order=DOWN, OUT_OF_SERVICE, UNKNOWN, UP
# MVC ONLY ENDPOINTS # MVC ONLY ENDPOINTS
endpoints.jolokia.path=jolokia endpoints.jolokia.path=/jolokia
endpoints.jolokia.sensitive=true endpoints.jolokia.sensitive=true
endpoints.jolokia.enabled=true # when using Jolokia endpoints.jolokia.enabled=true # when using Jolokia
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment