summaryrefslogtreecommitdiff
path: root/qpid/java/broker/etc
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2008-09-25 18:31:49 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2008-09-25 18:31:49 +0000
commit18292d4d79110ab776cc094b4d0d590a29af8d80 (patch)
tree82f4db6fa2c75104092078bff05ec882b8e7d96b /qpid/java/broker/etc
parent77ceadc1eb625f0069b71d854b7fe3ba9e636e01 (diff)
downloadqpid-python-18292d4d79110ab776cc094b4d0d590a29af8d80.tar.gz
This is a fix for the problem identified in QPID-943.
If msg-auth is configured as true in config.xml the user_id in message properties is verified against the id used at authentication. If not an exception with error code 403 is thrown. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@699044 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/broker/etc')
-rw-r--r--qpid/java/broker/etc/config.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/broker/etc/config.xml b/qpid/java/broker/etc/config.xml
index 80ee039ee5..a36fe57c06 100644
--- a/qpid/java/broker/etc/config.xml
+++ b/qpid/java/broker/etc/config.xml
@@ -74,6 +74,9 @@
<access>
<class>org.apache.qpid.server.security.access.plugins.AllowAll</class>
</access>
+
+ <msg-auth>false</msg-auth>
+
<jmx>
<access>${conf}/jmxremote.access</access>
<principal-database>passwordfile</principal-database>