This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 07d469287 AMQ-9384: Fix "read" securityConstraint and authentication 
(including logout)
     new 6b4041b30 Merge pull request #1115 from jbonofre/AMQ-9384
07d469287 is described below

commit 07d469287f419f9f8afe17bc1585073446b520d5
Author: JB Onofré <[email protected]>
AuthorDate: Fri Nov 10 18:03:31 2023 +0100

    AMQ-9384: Fix "read" securityConstraint and authentication (including 
logout)
---
 assembly/src/release/conf/jetty.xml | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/assembly/src/release/conf/jetty.xml 
b/assembly/src/release/conf/jetty.xml
index dd5dcb82f..f0ca0b3a1 100644
--- a/assembly/src/release/conf/jetty.xml
+++ b/assembly/src/release/conf/jetty.xml
@@ -49,10 +49,7 @@
     </bean>
     <bean id="securityConstraintMapping" 
class="org.eclipse.jetty.security.ConstraintMapping">
         <property name="constraint" ref="securityConstraint" />
-        <!-- AMQ-9239 TODO: review jetty.xml pathSpec change
-        <property name="pathSpec" 
value="/,/api/*,*.jsp,*.html,*.js,*.css,*.png,*.gif,*.ico" />
-        -->
-        <property name="pathSpec" value="/,/api/*" />
+        <property name="pathSpec" value="*.jsp" />
     </bean>
     <bean id="adminSecurityConstraintMapping" 
class="org.eclipse.jetty.security.ConstraintMapping">
         <property name="constraint" ref="adminSecurityConstraint" />

Reply via email to