[GitHub] activemq-artemis pull request #2118: STOMP work

2018-06-04 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] activemq-artemis pull request #2118: STOMP work

2018-06-01 Thread jbertram
GitHub user jbertram opened a pull request:

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

STOMP work

Work for ARTEMIS-1896 and ARTEMIS-1897.

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

$ git pull https://github.com/jbertram/activemq-artemis ARTEMIS-1896

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

https://github.com/apache/activemq-artemis/pull/2118.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 #2118


commit 953c38a99d526e1cefe3c7c20689ab98467e4c6b
Author: Justin Bertram 
Date:   2018-05-31T15:20:09Z

ARTEMIS-1896 centralize authn failure logging

Authentication failures are currently only logged for CORE clients.
This change puts the logging in a central location which all protocols
use for authentication so that authentication failures are logged for
all protocols.

commit 98288e91a91bf899679bbca885e62cc54c1f54d9
Author: Justin Bertram 
Date:   2018-06-01T13:42:22Z

NO-JIRA allow enabling security at runtime

commit c9b335e99eb505f41ee4e8345917476b259828bb
Author: Justin Bertram 
Date:   2018-06-01T13:42:47Z

ARTEMIS-1897 use core session for STOMP authn




---