Skip to content

Commit

Permalink
Merge pull request #3085 from GDLMadushanka/escape
Browse files Browse the repository at this point in the history
Remove unnecessary escaping
  • Loading branch information
GDLMadushanka authored Jan 24, 2024
2 parents 4589eb4 + c87464a commit 3d59f47
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ private void addParams(Param param, OMElement payload, MessageContext msgCtx) {
!isJson(paramValue.trim(), param.getParamExpression())) {
paramValue = escapeXMLEnvelope(msgCtx, paramValue);
}
paramValue = Matcher.quoteReplacement(paramValue);
}
omElement.setText(paramValue);
payload.addChild(omElement);
Expand Down

0 comments on commit 3d59f47

Please sign in to comment.