Skip to content

Commit 43cc596

Browse files
authored
Merge pull request #1201 from cshannon/AMQ-9476
AMF-9476 - Fix Jetty constraint mapping
2 parents e025e44 + 09e3251 commit 43cc596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assembly/src/release/conf/jetty.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</bean>
5050
<bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
5151
<property name="constraint" ref="securityConstraint" />
52-
<property name="pathSpec" value="*.jsp" />
52+
<property name="pathSpec" value="/" />
5353
</bean>
5454
<bean id="adminSecurityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
5555
<property name="constraint" ref="adminSecurityConstraint" />

0 commit comments

Comments
 (0)