diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-24 11:40:49 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-24 11:40:49 +0100 | 
| commit | f1d374bb66f3b48f2a14a8d550c4125c04dde7a8 (patch) | |
| tree | 77a553d94913500e7cd3344e3b478f5181ae17dd /id/server/auth | |
| parent | 7ed61d2e509e73b2a91884f046bf98ba1993674c (diff) | |
| download | moa-id-spss-f1d374bb66f3b48f2a14a8d550c4125c04dde7a8.tar.gz moa-id-spss-f1d374bb66f3b48f2a14a8d550c4125c04dde7a8.tar.bz2 moa-id-spss-f1d374bb66f3b48f2a14a8d550c4125c04dde7a8.zip | |
* add default configuration values
* add MOA-ID-Auth publicURLPreFix as mandatory configuration value
* remove ReloadConfiguration serlet
* change moa-id-lib to use publicURLPreFix
* update repository
Diffstat (limited to 'id/server/auth')
| -rw-r--r-- | id/server/auth/src/main/webapp/WEB-INF/web.xml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/id/server/auth/src/main/webapp/WEB-INF/web.xml b/id/server/auth/src/main/webapp/WEB-INF/web.xml index dadca355c..0ef8a568c 100644 --- a/id/server/auth/src/main/webapp/WEB-INF/web.xml +++ b/id/server/auth/src/main/webapp/WEB-INF/web.xml @@ -74,13 +74,13 @@  		<description>Verify AUTH block coming from security layer</description>  		<servlet-class>at.gv.egovernment.moa.id.auth.servlet.VerifyAuthenticationBlockServlet</servlet-class>  	</servlet> -	<servlet> +<!-- 	<servlet>  		<servlet-name>ConfigurationUpdate</servlet-name>  		<display-name>ConfigurationUpdate</display-name>  		<description>Update MOA-ID Auth configuration from the configuration  			file</description>  		<servlet-class>at.gv.egovernment.moa.id.auth.servlet.ConfigurationServlet</servlet-class> -	</servlet> +	</servlet> -->  	<servlet>  		<servlet-name>AxisServlet</servlet-name>  		<display-name>Apache-Axis Servlet</display-name> @@ -196,10 +196,10 @@  		<servlet-name>VerifyAuthBlock</servlet-name>  		<url-pattern>/VerifyAuthBlock</url-pattern>  	</servlet-mapping> -	<servlet-mapping> +<!-- 	<servlet-mapping>  		<servlet-name>ConfigurationUpdate</servlet-name>  		<url-pattern>/ConfigurationUpdate</url-pattern> -	</servlet-mapping> +	</servlet-mapping> -->  	<servlet-mapping>  		<servlet-name>AxisServlet</servlet-name>  		<url-pattern>/services/*</url-pattern> @@ -235,7 +235,7 @@  		<error-code>500</error-code>  		<location>/errorpage.jsp</location>  	</error-page> -	<security-constraint> +<!-- 	<security-constraint>  		<web-resource-collection>  			<web-resource-name>ConfigurationUpdate</web-resource-name>  			<url-pattern>/ConfigurationUpdate</url-pattern> @@ -243,7 +243,7 @@  		<auth-constraint>  			<role-name>moa-admin</role-name>  		</auth-constraint> -	</security-constraint> +	</security-constraint> -->  	<login-config>  		<auth-method>BASIC</auth-method>  		<realm-name>UserDatabase</realm-name> | 
