Skip to content

Commit

Permalink
Ensure auth-provider singleton is correct in ITs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Woods committed Sep 13, 2013
1 parent f6fc189 commit 72d72e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fcrepo-http-api/src/test/resources/test_repository_fs.json
Expand Up @@ -31,7 +31,7 @@
"useOnFailedLogin" : false
},
"providers" : [
{ "classname" : "servlet" }
{ "classname" : "org.fcrepo.http.commons.session.BypassSecurityServletAuthenticationProvider" }
]
},
"node-types" : ["fedora-node-types.cnd"]
Expand Down

0 comments on commit 72d72e1

Please sign in to comment.