The Servlet and Reactive CloudFoundry Actuator Handler mappings are only meant to handle requests to actual Actuator endpoints. This is the original intent behind the "/cloudfoundryapplication" URL namespace.
We should ensure that the dedicated Actuator web handler processes all requests in this namespace to avoid conflicts with other handlers or invalid responses.
The Servlet and Reactive CloudFoundry Actuator Handler mappings are only meant to handle requests to actual Actuator endpoints. This is the original intent behind the "/cloudfoundryapplication" URL namespace.
We should ensure that the dedicated Actuator web handler processes all requests in this namespace to avoid conflicts with other handlers or invalid responses.