-
Bug
-
Resolution: Fixed
-
Medium
-
5.3.0, 5.3.1
-
None
-
5
-
Severity 2 - Major
-
47
-
Issue Summary
As per, https://confluence.atlassian.com/crowd/specifying-an-application-s-address-or-hostname-25788433.html, we can specify an application IP address, using a wildcard IP address range as part of Remote Address. Though this was working fine earlier but
post upgrade to 5.3, this is not working and failing with below error -
java.lang.IllegalArgumentException: Failed to parse address AA.*.*.*
This is reproducible on Data Center: yes
Steps to Reproduce
- Create an application under Crowd
- In the View Application screen, click the Remote Addresses tab and update the Address field to include IP address range such as
172.16.*.*
Expected Results
Wildcard IP address range should work fine as shared under https://confluence.atlassian.com/crowd/specifying-an-application-s-address-or-hostname-25788433.html
Actual Results
The below exception is thrown in the atlassian-crowd.log file:
java.lang.IllegalArgumentException: Failed to parse address AA.*.*.*
Workaround
Replace the wildcard notations with CIDR subnet notation instead.
- relates to
-
KRAK-6252 You do not have permission to view this issue
Form Name |
---|
Hi 0cafa6498e3c,
Thanks for the update! Indeed CIDR subnet mask notation is a newly identified workaround to this issue. We will update the ticket to include it under the known workarounds.