Skip to content

Commit

Permalink
CXF-9091: Cache payload for oneway (#2262)
Browse files Browse the repository at this point in the history
(cherry picked from commit 914fe0b)
  • Loading branch information
mash-sap authored and ffang committed Feb 11, 2025
1 parent 59e917f commit 4888c63
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ public static void rebaseResponse(EndpointReferenceType reference,
DelegatingInputStream in = inMessage.getContent(DelegatingInputStream.class);
if (in != null) {
in.cacheInput();
inMessage.put("cxf.io.cacheinput", Boolean.TRUE);
}
}
if (chain != null && !chain.doIntercept(partialResponse)
Expand Down

0 comments on commit 4888c63

Please sign in to comment.