We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e025e44 + 09e3251 commit 43cc596Copy full SHA for 43cc596
assembly/src/release/conf/jetty.xml
@@ -49,7 +49,7 @@
49
</bean>
50
<bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
51
<property name="constraint" ref="securityConstraint" />
52
- <property name="pathSpec" value="*.jsp" />
+ <property name="pathSpec" value="/" />
53
54
<bean id="adminSecurityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
55
<property name="constraint" ref="adminSecurityConstraint" />
0 commit comments