You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Benoit Tellier (Jira)" <se...@james.apache.org> on 2019/11/22 01:49:00 UTC

[jira] [Commented] (JAMES-2986) NetMatcher's comma-separation requires space to be present

    [ https://issues.apache.org/jira/browse/JAMES-2986?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979767#comment-16979767 ] 

Benoit Tellier commented on JAMES-2986:
---------------------------------------

https://github.com/apache/james-project/pull/178 is merged. Can we colse this issue?

> NetMatcher's comma-separation requires space to be present
> ----------------------------------------------------------
>
>                 Key: JAMES-2986
>                 URL: https://issues.apache.org/jira/browse/JAMES-2986
>             Project: James Server
>          Issue Type: Bug
>          Components: James Core
>    Affects Versions: master
>            Reporter: Jörg Thomas (ConSol)
>            Priority: Major
>             Fix For: 3.5.0
>
>          Time Spent: 1h 20m
>  Remaining Estimate: 0h
>
> When for example configuring the RemoteAddrNotInNetwork mailet, you're supposed to "give a comma-delimited list of IP addresses, domain names or sub-nets".
> In reality, you're supposed to give that string separated/delimited by [COMMA][SPACE].
> Failure to do so will result in ArrayOutOfBoundsExceptions
> {{java.lang.ArrayIndexOutOfBoundsException: 7}}
> {{   at org.apache.james.dnsservice.library.inetnetwork.InetNetworkBuilder.normalizeV4FromAsterisk(InetNetworkBuilder.java:192)}}
> {{   at org.apache.james.dnsservice.library.inetnetwork.InetNetworkBuilder.getV4FromString(InetNetworkBuilder.java:127)}}
> {{   at org.apache.james.dnsservice.library.inetnetwork.InetNetworkBuilder.getFromString(InetNetworkBuilder.java:101)}}
> {{   at org.apache.james.dnsservice.library.netmatcher.NetMatcher.initInetNetworks(NetMatcher.java:163)}}
> {{   at org.apache.james.dnsservice.library.netmatcher.NetMatcher.initInetNetworks(NetMatcher.java:146)}}
> Expectation: Handle [COMMA]-only as separator.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org