AMQ-9384: Fix "read" securityConstraint and authentication (including logout)

This commit is contained in:
JB Onofré 2023-11-10 18:03:31 +01:00
parent fb379997c6
commit 07d469287f
1 changed files with 1 additions and 4 deletions

View File

@ -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" />