You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/03/10 15:03:39 UTC

[jira] [Commented] (AMQ-5654) Allow ActiveMQ authentication on server side for REST/Ajax clients.

    [ https://issues.apache.org/jira/browse/AMQ-5654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14354917#comment-14354917 ] 

ASF GitHub Bot commented on AMQ-5654:
-------------------------------------

GitHub user greyfairer opened a pull request:

    https://github.com/apache/activemq/pull/70

    AMQ-5654 Allow ActiveMQ authentication on server side for REST/Ajax clients.

    Allow credentials from servlet context, allow to override with system properties via placeholders.

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

    $ git pull https://github.com/greyfairer/activemq bugfix/AMQ-5654

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

    https://github.com/apache/activemq/pull/70.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 #70
    
----
commit 817a740926e5c84053823c46a45cb69fcc373e96
Author: Geert Pante <ge...@yahoo.com>
Date:   2015-03-10T13:50:30Z

    AMQ-5654 allow credentials from servlet context, allow to override with system properties via placeholders.

----


> Allow ActiveMQ authentication on server side for REST/Ajax clients.
> -------------------------------------------------------------------
>
>                 Key: AMQ-5654
>                 URL: https://issues.apache.org/jira/browse/AMQ-5654
>             Project: ActiveMQ
>          Issue Type: Improvement
>    Affects Versions: 5.9.1
>            Reporter: Geert Pante
>
> Currently, for REST or Ajax clients to connect to a secured ActiveMQ, the client side needs to send the activemq credentials over HTTP.
> It should be possible to use a different authentication mechanism for the HTTP connection, and let the servlet use a system account to connect to ActiveMQ.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)