diff options
author | Rajith Muditha Attapattu <rajith@apache.org> | 2011-03-03 06:22:14 +0000 |
---|---|---|
committer | Rajith Muditha Attapattu <rajith@apache.org> | 2011-03-03 06:22:14 +0000 |
commit | 9194c6e4e67a5559b4577c5b788aa0cbfcf9a3f4 (patch) | |
tree | 67e8f1db37cb3b7cb8c4dcb47f8b549fe1069a8a /tests | |
parent | 574bb9a5d4bef4a3beff214f0c3a38827bd8c171 (diff) | |
download | qpid-python-9194c6e4e67a5559b4577c5b788aa0cbfcf9a3f4.tar.gz |
QPID-2930
The getPropertyNames method will filter out any property names whose values are not allowed as per the JMS spec.
I could have used the ALLOWED map to check if a value is a valid type.
But unfortunately that map contains byte[] as a valid type, which is not correct as per the JMS spec.
I did not want to modify that map or the behaviour of the setObjectProperty or getObjectProperty methods as there might be applications out there that is depending on it.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1076532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions