Skip to content

Commit b6bc381

Browse files
committed
Cross-site scripting resolved
1 parent 4bac8ef commit b6bc381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-service/src/main/java/com/ericsson/eiffel/remrem/publish/controller/ProducerController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public ResponseEntity generateAndPublish(@ApiParam(value = "message protocol", r
302302
boolean iof = true;
303303
String jb = "json";
304304
return generateAndPublish(mp, mt, ud, t, rk, pd, fmf,
305-
fnf, lee, ll, iof, bodyJson);
305+
fnf, lee, ll, iof, jb);
306306
} catch (JsonSyntaxException e) {
307307
String exceptionMessage = e.getMessage();
308308
log.error("Unexpected exception caught due to parsed json data", exceptionMessage);

0 commit comments

Comments
 (0)