This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from 2fa37ec1be Merge pull request #5632
add c4d208f652 FINERACT-2540: Add unit tests for IpAddressUtils Add unit
tests verifying the behavior of getClientIp() under different request context
scenarios including missing request attributes, missing IP attribute, and valid
IP extraction.
new 330c17f3ae Merge pull request #5631
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../core/service/IpAddressUtilsTest.java | 89 ++++++++++++++++++++++
1 file changed, 89 insertions(+)
create mode 100644
fineract-core/src/test/java/org/apache/fineract/infrastructure/core/service/IpAddressUtilsTest.java