adamsaghy commented on code in PR #4825:
URL: https://github.com/apache/fineract/pull/4825#discussion_r2212704240
##########
fineract-provider/src/main/java/org/apache/fineract/infrastructure/core/config/SecurityConfig.java:
##########
@@ -115,6 +116,9 @@ public class SecurityConfig {
@Autowired
private IdempotencyStoreHelper idempotencyStoreHelper;
+ @Autowired(required = false)
+ private GeolocationHeaderFilter geolocationHeaderFilter;
Review Comment:
Would `CallerIpTrackingFilter` naming make more sense here?
--
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]