[ 
https://issues.apache.org/jira/browse/PROTON-2034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated PROTON-2034:
-----------------------------------
    Fix Version/s: proton-c-0.28.0

> [python] Selector string sent as illegal binary value if non-unicode string 
> is used
> -----------------------------------------------------------------------------------
>
>                 Key: PROTON-2034
>                 URL: https://issues.apache.org/jira/browse/PROTON-2034
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>            Reporter: Kim van der Riet
>            Assignee: Kim van der Riet
>            Priority: Major
>             Fix For: proton-c-0.28.0
>
>
> If a selector is provided via a non-unicode string, an illegal binary value 
> is sent on the wire. The selector filter type is explicitly defined as being 
> a string typed value. Some AMQP servers (e.g. Artemis, ActiveMQ) reject or 
> mishandle the illegal value, rightfully expecting to be sent a string.
> In Python 2.x, this is an easy mistake to make, as strings are non-unicode by 
> default. The solution for the client to convert Python binary types to 
> unicode before sending on the wire to the server.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to