commit | 4b5c1419f2778c3edee5a4df3dbd1618f656cd58 | [log] [tgz] |
---|---|---|
author | margaretha <margaretha@ids-mannheim.de> | Wed Nov 15 20:55:04 2017 +0100 |
committer | margaretha <margaretha@ids-mannheim.de> | Wed Nov 15 20:55:04 2017 +0100 |
tree | 3a4a54646a3e0f9b8f9830c9106b8b49d1a0b026 | |
parent | 4de41191e32a9bccc42baa6bee48475cf45cfef0 [diff] [blame] |
Generalized http authentication framework. Change-Id: I99b9bdb8b93445ceaf51ecb8105a23f980408df2
diff --git a/full/src/main/resources/default-config.xml b/full/src/main/resources/default-config.xml index 5fb4896..c81bff5 100644 --- a/full/src/main/resources/default-config.xml +++ b/full/src/main/resources/default-config.xml
@@ -213,7 +213,7 @@ type="de.ids_mannheim.korap.interfaces.db.PersistenceClient" ref="kustvakt_db" /> </bean> - <bean id="basic_auth" class="de.ids_mannheim.korap.authentication.BasicHttpAuth" /> + <bean id="basic_auth" class="de.ids_mannheim.korap.authentication.BasicAuthentication" /> <bean id="session_auth"