Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

header escaping #9

Closed
cg2v opened this issue Feb 6, 2014 · 1 comment
Closed

header escaping #9

cg2v opened this issue Feb 6, 2014 · 1 comment

Comments

@cg2v
Copy link
Contributor

cg2v commented Feb 6, 2014

stomp 1.1 and 1.2 require that colon (:), backslash, and newline be backslash escaped in header values (stomp 1.2 also adds carriage return). stomp.py doesn't implement this, which leads to strange looking error headers from activemq:

User XXX is not authorized to read from\c queue\c//yyy

it may also prevent some servers from accepting passwords containing colons (thankfully, activemq is lenient about this)

@jasonrbriggs
Copy link
Owner

Fixed in the 4.0.11 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants