reluxa commented on code in PR #3840:
URL: https://github.com/apache/fineract/pull/3840#discussion_r1543041900


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/filter/LoanCOBFilterHelper.java:
##########
@@ -259,4 +261,10 @@ private List<Long> getLoanIdList(String pathInfo) {
     public void executeInlineCob(List<Long> loanIds) {
         inlineLoanCOBExecutorService.execute(loanIds, JOB_NAME);
     }
+
+    @Override
+    public void afterPropertiesSet() throws Exception {
+        
objectMapper.configure(JsonReadFeature.ALLOW_UNESCAPED_CONTROL_CHARS.mappedFeature(),
 true);

Review Comment:
   This feature is deprecated and this goes against JSON Spec. In long rung 
it's advised to fix it on the client side to send proper valid JSON requests. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to