Skip to content

Commit

Permalink
Merge pull request #91 from futures/RemoveSecRealm
Browse files Browse the repository at this point in the history
Remove unused security apparatus from web.xml
  • Loading branch information
barmintor committed Jul 2, 2013
2 parents 8e5f9b5 + c24b45e commit 7a5c02d
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fcrepo-webapp/src/main/webapp/WEB-INF/web.xml
Expand Up @@ -31,14 +31,5 @@
<url-pattern>/rest/*</url-pattern>
</servlet-mapping>

<!-- BASIC security parameters -->
<login-config>
<auth-method>BASIC</auth-method>
<realm-name>fcrepo</realm-name>
</login-config>

<security-role>
<role-name>admin</role-name>
</security-role>

</web-app>

0 comments on commit 7a5c02d

Please sign in to comment.