-
Bug
-
Resolution: Done
-
Minor
-
2.0.16.Final
-
None
-
- Run an undertow server with a ProxyHandler
- Define a timeout setting maxRequestTime to a value greater than zero
- Make a request that gets proxied to a server that never responds
According to the HTTP status codes docs, a server that's acting as a gateway or proxy and did not receive a timely response from the upstream server should return status code 504 Gateway Timeout, currently the class io.undertow.server.handlers.proxy.ProxyHandler returns 503 Service Unavailable.
- causes
-
JBEAP-22753 (7.4.z) Status Code in ReverseProxyTestCase should be 504
- Closed
-
WFLY-15714 Status Code in ReverseProxyTestCase should be 504
- Closed