You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: