[
https://issues.apache.org/jira/browse/NET-529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Sebb resolved NET-529.
----------------------
Resolution: Fixed
Fix Version/s: 3.4
URL: http://svn.apache.org/r1580123
Log:
NET-529 SubnetUtils throws exception on valid input
Modified:
commons/proper/net/trunk/src/changes/changes.xml
commons/proper/net/trunk/src/main/java/org/apache/commons/net/util/SubnetUtils.java
commons/proper/net/trunk/src/test/java/org/apache/commons/net/SubnetUtilsTest.java
> SubnetUtils throws exception on valid input
> -------------------------------------------
>
> Key: NET-529
> URL: https://issues.apache.org/jira/browse/NET-529
> Project: Commons Net
> Issue Type: Bug
> Affects Versions: 3.3
> Reporter: Putinas Piliponis
> Labels: SubnetUtils
> Fix For: 3.4
>
>
> I think that xx.yy.zz.aa/0 should be accepted value by SubnetUtils, where
> xx.yy.zz.aa is any valid IPv4 IP address.
> Test case:
> SubnetUtils subnetUtils = new SubnetUtils("10.10.10.10/0");
> However it throws exception:
> java.lang.IllegalArgumentException: Value [0] not in range (0,32]
> org.apache.commons.net.util.SubnetUtils.rangeCheck(SubnetUtils.java:304)
> org.apache.commons.net.util.SubnetUtils.calculate(SubnetUtils.java:229)
> org.apache.commons.net.util.SubnetUtils.<init>(SubnetUtils.java:52)
> (I have updated issue description from original, to reflect that issue is not
> only with 0.0.0.0/0)
--
This message was sent by Atlassian JIRA
(v6.2#6252)