adamsaghy commented on code in PR #3027:
URL: https://github.com/apache/fineract/pull/3027#discussion_r1130895992


##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/jobs/filter/LoanCOBApiFilter.java:
##########
@@ -66,6 +66,7 @@ public class LoanCOBApiFilter extends OncePerRequestFilter 
implements BatchFilte
 
     private static final List<HttpMethod> HTTP_METHODS = 
List.of(HttpMethod.POST, HttpMethod.PUT, HttpMethod.DELETE);
 
+    public static final Pattern IGNORE_LOAN_PATH_PATTERN = 
Pattern.compile("\\/?loans\\/catch-up");

Review Comment:
   Nice catch!



-- 
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