You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/03/04 22:19:43 UTC

[jira] [Commented] (QPID-5599) C++ Broker silently ignores --max-connections option when no ACL file is loaded

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

ASF subversion and git services commented on QPID-5599:
-------------------------------------------------------

Commit 1574208 from chug@apache.org in branch 'qpid/trunk'
[ https://svn.apache.org/r1574208 ]

QPID-5599: C++ Broker silently ignores --max-connections option when no ACL file is loaded.

Always create an ACL object. If no ACL file is specified then create 
a permissive, empty ACL rule set.

> C++ Broker silently ignores --max-connections option when no ACL file is loaded
> -------------------------------------------------------------------------------
>
>                 Key: QPID-5599
>                 URL: https://issues.apache.org/jira/browse/QPID-5599
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: 0.26
>            Reporter: Chuck Rolke
>            Assignee: Chuck Rolke
>
> ACL was converted from being a loadable module to being a built in but it still uses the loadable module interface. In that process if no ACL file is specified on the command line then no ACL object is created. The command line processing for --max-connections is in the ACL constructor and with no ACL object the CLI option is ignored.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

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