git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@951430 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2010-06-04 14:54:06 +00:00
parent 99ef19a43d
commit ea2e4f5ac2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
<bean id="securityConstraint" class="org.eclipse.jetty.http.security.Constraint">
<property name="name" value="BASIC" />
<property name="roles" value="admin" />
<property name="authenticate" value="true" />
<property name="authenticate" value="false" />
</bean>
<bean id="securityConstraintMapping" class="org.eclipse.jetty.security.ConstraintMapping">
<property name="constraint" ref="securityConstraint" />