qpidd --help should ignore other parameters (incl. config file)
---------------------------------------------------------------
Key: QPID-3500
URL: https://issues.apache.org/jira/browse/QPID-3500
Project: Qpid
Issue Type: Bug
Components: C++ Broker
Affects Versions: 0.12
Reporter: Pavel Moravec
Priority: Trivial
Steps to Reproduce:
1. Add "log-to-file=/tmp/qpidd.log" to /etc/qpidd.conf
2. Login as root user, touch /tmp/qpidd.log && chmod 600 /tmp/qpidd.log
3. su to a non-root user, run "/usr/sbin/qpidd --help"
Further similar reproductions:
qpidd --help --config not_readable_file
qpidd --help --log-file not_readable_file (where /etc/qpidd.conf does not
contain log-file option)
qpidd --help (when config file is not readable)
qpidd --help (when config file contains log-file to non-readable file)
Plus all the above for --version option (instead of --help).
Patch for all the above (except one questionable case) will be uploaded.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project: http://qpid.apache.org
Use/Interact: mailto:[email protected]