-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
%
-
-
+
-
If a custom uriTemplate is used in the gateway-http component, e.g.
JBossFuse:karaf@root> profile-edit --pid io.fabric8.gateway.http.mapping-apis/uriTemplate=/api\{contextPath\}/ gateway-http
the resulting WSDL does not include the "/api" in the schemaLocation and the soap:address location, e.g.:
<xsd:import namespace="http://soap.quickstarts.fabric8.io/" schemaLocation="http://localhost:9000/cxf/HelloWorld/?xsd=HelloWorldTypes.xsd"/> ... <soap:address location="http://localhost:9000/cxf/HelloWorld/"/>
- is related to
-
ENTESB-13233 gateway-http should set X-Forwarded-For and X-Forwarded-Host headers
- Closed