This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.15.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.15.x by this push:
new 5af38bc https://issues.apache.org/jira/browse/AMQ-5388 Fix user
permissions in web console
5af38bc is described below
commit 5af38bc2e5fffcb39a83a3436b2979b084d58395
Author: Vilius Ĺ umskas <[email protected]>
AuthorDate: Tue Nov 23 23:37:07 2021 +0200
https://issues.apache.org/jira/browse/AMQ-5388 Fix user permissions in web
console
(cherry picked from commit c67ada04c77e9379ef25ac62d5ea1fcf20cf8b8f)
---
assembly/src/release/conf/jetty.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/assembly/src/release/conf/jetty.xml
b/assembly/src/release/conf/jetty.xml
index 522ac59..d64ae20 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="/*,/api/*,/admin/*,*.jsp" />
+ <property name="pathSpec"
value="/,*.jsp,*.html,*.js,*.css,*.png,*.gif,*.ico" />
</bean>
<bean id="adminSecurityConstraintMapping"
class="org.eclipse.jetty.security.ConstraintMapping">
<property name="constraint" ref="adminSecurityConstraint" />