shpelda created CXF-8682:
----------------------------
Summary: x-forwarded-proto header causes cxf to not match request
to java method
Key: CXF-8682
URL: https://issues.apache.org/jira/browse/CXF-8682
Project: CXF
Issue Type: Bug
Components: JAX-RS
Affects Versions: 3.4.1
Reporter: shpelda
If X-Forwarded-Proto header is set to "HTTP", then CXF fails to match _Message_
to corresponding java method. This happens because is because of
[HttpUtils|https://github.com/apache/cxf/blob/master/rt/frontend/jaxrs/src/main/java/org/apache/cxf/jaxrs/utils/HttpUtils.java#L474]
being case-sensitive and fails to detect absolute url.
---
This uppercase header was produced by NetScaler Load balancer, if this is
interesting to you.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)