Skip to content

Commit

Permalink
AMQ-9384: Fix "read" securityConstraint and authentication (including…
Browse files Browse the repository at this point in the history
… logout)
  • Loading branch information
jbonofre committed Nov 10, 2023
1 parent fb37999 commit 07d4692
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions assembly/src/release/conf/jetty.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 07d4692

Please sign in to comment.