Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.3.7
-
None
-
OpenJdk 8
Tomcat 9
cxf 3.3.7
-
Unknown
Description
Problem generating wsdl behind reverse proxy and setting use-x-forwarded-headers in true.
CXF ignores all X-Forwarded headers to build this attribute: newRequestUrl
AbstractHTTPServlet Line 306 3.3.7
if (originalProtocol != null || originalRemoteAddr != null) {
Why is mandatory one of this headers? We have this config "use-x-forwarded-headers", is not enough?
--------------------------
This problem was mentioned here
https://issues.apache.org/jira/browse/CXF-7485
comment: