Author: prabath Date: Sun Feb 15 21:04:22 2009 New Revision: 30817 URL: http://wso2.org/svn/browse/wso2?view=rev&revision=30817
Log: disabling openid white/blacklisting by default Modified: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/WEB-INF/web.xml trunk/solutions/identity/modules/user-ui/src/main/webapp/WEB-INF/web.xml Modified: trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/WEB-INF/web.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/WEB-INF/web.xml?rev=30817&r1=30816&r2=30817&view=diff ============================================================================== --- trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/WEB-INF/web.xml (original) +++ trunk/solutions/identity/modules/samples/servlet-filter/src/main/webapp/WEB-INF/web.xml Sun Feb 15 21:04:22 2009 @@ -97,10 +97,10 @@ <param-name>OP.StoreType</param-name> <param-value>JKS</param-value> </init-param> - <init-param> + <!-- init-param> <param-name>OPValidationPolicy</param-name> <param-value>WhiteList</param-value> - </init-param> + </init-param --> </filter> <filter-mapping> Modified: trunk/solutions/identity/modules/user-ui/src/main/webapp/WEB-INF/web.xml URL: http://wso2.org/svn/browse/wso2/trunk/solutions/identity/modules/user-ui/src/main/webapp/WEB-INF/web.xml?rev=30817&r1=30816&r2=30817&view=diff ============================================================================== --- trunk/solutions/identity/modules/user-ui/src/main/webapp/WEB-INF/web.xml (original) +++ trunk/solutions/identity/modules/user-ui/src/main/webapp/WEB-INF/web.xml Sun Feb 15 21:04:22 2009 @@ -101,10 +101,10 @@ <param-name>OP.StoreType</param-name> <param-value>JKS</param-value> </init-param> - <init-param> + <!-- init-param> <param-name>OPValidationPolicy</param-name> <param-value>WhiteList</param-value> - </init-param> + </init-param --> </filter> <filter> _______________________________________________ Identity-dev mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/identity-dev
