-
Bug
-
Resolution: Done
-
Major
-
1.4.21.Final
-
None
Version 1 of the proxy protocol allows TCP4 and TCP6 as valid values for INET protocol
But undertow is expecting TCP OR TCP6 as values
Proxy protocol reference: https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt
Values from the code base: https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/protocol/proxy/ProxyProtocolReadListener.java#L40
- relates to
-
UNDERTOW-573 Add support for the proxy protocol
- Resolved