Skip to content

Commit

Permalink
[CXF-8905]:TransportURIResolver doesn't honor the property setting in…
Browse files Browse the repository at this point in the history
… bus
  • Loading branch information
jimma committed Jul 20, 2023
1 parent 9efdd3e commit 709e886
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ public InputSource resolve(String curUri, String baseUri) {
final Conduit c = ci.getConduit(info, bus);
Message message = new MessageImpl();
Exchange exch = new ExchangeImpl();
exch.put(Bus.class, bus);
message.setExchange(exch);

message.put(Message.HTTP_REQUEST_METHOD, "GET");
Expand Down

0 comments on commit 709e886

Please sign in to comment.