We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Josh King opened SPR-13111 and commented
Spring messaging currently throws a StompConversionException when an incoming message header does not have a value.
Stomp 1.1 and 1.2 spec shows support for headers with empty values https://stomp.github.io/stomp-specification-1.1.html#Augmented_BNF https://stomp.github.io/stomp-specification-1.2.html#Augmented_BNF
Affects: 4.1.6
Issue Links:
Referenced from: commits 7b36558
The text was updated successfully, but these errors were encountered:
Rossen Stoyanchev commented
Josh King, just wondering if you are still planning to submit a PR as indicated on the contributor's list?
Sorry, something went wrong.
Josh King commented
Thank you for the reminder, I have just submitted the pull request.
rstoyanchev
No branches or pull requests
Josh King opened SPR-13111 and commented
Spring messaging currently throws a StompConversionException when an incoming message header does not have a value.
Stomp 1.1 and 1.2 spec shows support for headers with empty values
https://stomp.github.io/stomp-specification-1.1.html#Augmented_BNF
https://stomp.github.io/stomp-specification-1.2.html#Augmented_BNF
Affects: 4.1.6
Issue Links:
Referenced from: commits 7b36558
The text was updated successfully, but these errors were encountered: