[GitHub] activemq-artemis pull request #2468: Add CR in sanity check

2018-12-19 Thread BiNZGi
Github user BiNZGi closed the pull request at:

https://github.com/apache/activemq-artemis/pull/2468


---


[GitHub] activemq-artemis pull request #2468: Add CR in sanity check

2018-12-18 Thread BiNZGi
GitHub user BiNZGi opened a pull request:

https://github.com/apache/activemq-artemis/pull/2468

Add CR in sanity check

Specified in 
https://stomp.github.io/stomp-specification-1.2.html#STOMP_Frames also carriage 
return (octet 13) is allowed:

> The frame starts with a command string terminated by an end-of-line 
(EOL), which consists of an OPTIONAL carriage return (octet 13) followed by a 
REQUIRED line feed (octet 10).

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/BiNZGi/activemq-artemis patch-2

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/activemq-artemis/pull/2468.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #2468


commit 30a45a5b8f591fcad3eb9c105fffbdf6b4986cfa
Author: BiNZGi 
Date:   2018-12-18T15:29:25Z

Add CR in sanity check

Specified in 
https://stomp.github.io/stomp-specification-1.2.html#STOMP_Frames also carriage 
return (octet 13) is allowed.




---