-
Bug
-
Resolution: Done
-
Blocker
-
5.4.0.CR1
-
None
The valve returns 404 and no status information when the URL doesn't correspond to something existing in tomcat.
Here are a few examples:
$ curl -is http://localhost:8080/health | head -n1 HTTP/1.1 404 $ curl -is http://localhost:8080/manager/health | head -n1 HTTP/1.1 200 $ curl -is http://localhost:8080/manager/test/health | head -n1 HTTP/1.1 404
This has been fixed upstream in 9609da1.
- blocks
-
JWS-1829 OpenShift Image contains /manager webapp and jmxproxy health checks [remove the manager webapp]
- Closed