You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by de...@apache.org on 2014/01/21 16:48:46 UTC

git commit: https://issues.apache.org/jira/browse/AMQ-4979 - password protect jolokia api

Updated Branches:
  refs/heads/trunk 286a5a6b4 -> e366917ef


https://issues.apache.org/jira/browse/AMQ-4979 - password protect jolokia api


Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/e366917e
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/e366917e
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/e366917e

Branch: refs/heads/trunk
Commit: e366917efc28a4da29e8b4220220c1005972ed87
Parents: 286a5a6
Author: Dejan Bosanac <de...@nighttale.net>
Authored: Tue Jan 21 16:48:33 2014 +0100
Committer: Dejan Bosanac <de...@nighttale.net>
Committed: Tue Jan 21 16:48:33 2014 +0100

----------------------------------------------------------------------
 assembly/src/release/conf/jetty.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/e366917e/assembly/src/release/conf/jetty.xml
----------------------------------------------------------------------
diff --git a/assembly/src/release/conf/jetty.xml b/assembly/src/release/conf/jetty.xml
index de326b9..a113a2c 100644
--- a/assembly/src/release/conf/jetty.xml
+++ b/assembly/src/release/conf/jetty.xml
@@ -39,7 +39,7 @@
     </bean>
     <bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
         <property name="constraint" ref="securityConstraint" />
-        <property name="pathSpec" value="/admin/*,*.jsp" />
+        <property name="pathSpec" value="/api/*,/admin/*,*.jsp" />
     </bean>
     <bean id="adminSecurityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
         <property name="constraint" ref="adminSecurityConstraint" />