Mercurial > dive4elements > river
diff flys-client/src/main/webapp/WEB-INF/web.xml @ 2956:d7f76f197d89
Refactor GGInA authentication
Move authentication related classes to de.intevation.fly.client.server.auth
package. Abstract the authentication classes to allow other authentications
beside WAS/GGInA.
flys-client/trunk@4936 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Bjoern Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 11 Jul 2012 13:31:56 +0000 |
parents | 75e9eab05ee4 |
children | 1fb12b05c859 |
line wrap: on
line diff
--- a/flys-client/src/main/webapp/WEB-INF/web.xml Wed Jul 11 12:34:26 2012 +0000 +++ b/flys-client/src/main/webapp/WEB-INF/web.xml Wed Jul 11 13:31:56 2012 +0000 @@ -481,6 +481,10 @@ <servlet> <servlet-name>login</servlet-name> <servlet-class>de.intevation.flys.client.server.LoginServlet</servlet-class> + <init-param> + <param-name>authentication</param-name> + <param-value>GGInA</param-value> + </init-param> </servlet> <servlet-mapping> @@ -493,7 +497,7 @@ <filter-class>de.intevation.flys.client.server.GGInAFilter</filter-class> <init-param> <param-name>deactivate</param-name> - <param-value>0</param-value> + <param-value>false</param-value> </init-param> </filter>