Previously, if the `contextPath` of the application wasn't the root, the
HAL browser could not initialize since the `entryPoint` was referring to
an invalid location.
This commit makes sure to take the `contextPath` into account.
Closes gh-5814
@ -142,15 +143,15 @@ public class HalBrowserMvcEndpoint extends HalJsonMvcEndpoint
@@ -142,15 +143,15 @@ public class HalBrowserMvcEndpoint extends HalJsonMvcEndpoint
@ -88,6 +90,13 @@ public class HalBrowserMvcEndpointManagementContextPathIntegrationTests {
@@ -88,6 +90,13 @@ public class HalBrowserMvcEndpointManagementContextPathIntegrationTests {
@ -85,6 +85,18 @@ public class HalBrowserMvcEndpointServerContextPathIntegrationTests {
@@ -85,6 +85,18 @@ public class HalBrowserMvcEndpointServerContextPathIntegrationTests {