Skip to content

Commit

Permalink
Remove unused security apparatus from web.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Jul 2, 2013
1 parent 8e5f9b5 commit c24b45e
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 c24b45e

Please sign in to comment.