[Yanel-commits] rev 29561 - public/yanel/trunk/src/realms/yanel-website/content/documentation/security

michi at wyona.com michi at wyona.com
Wed Dec 5 16:21:51 CET 2007


Author: michi
Date: 2007-12-05 16:21:51 +0100 (Wed, 05 Dec 2007)
New Revision: 29561

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/documentation/security/custom-identity-manager-custom-policy-manager.html
Log:
text fixed

Modified: public/yanel/trunk/src/realms/yanel-website/content/documentation/security/custom-identity-manager-custom-policy-manager.html
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/documentation/security/custom-identity-manager-custom-policy-manager.html	2007-12-05 14:51:25 UTC (rev 29560)
+++ public/yanel/trunk/src/realms/yanel-website/content/documentation/security/custom-identity-manager-custom-policy-manager.html	2007-12-05 15:21:51 UTC (rev 29561)
@@ -87,14 +87,15 @@
 <p>com.company.yanel.servlet.security.impl.CompanyWebAuthenticatorImpl</p>
 
 <h3>Configuration example (realm.xml)</h3>
-<textarea cols="60" name="text" rows="10">
-<web-authenticator
-    class="com.company.yanel.servlet.security.impl.CompanyWebAuthenticatorImpl">
-        <com:proxyRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/strongAuth.html</com:proxyRedirectURI>
-        <com:welcomeRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/welcome.html</com:welcomeRedirectURI>
-        <com:lockedRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/userLocked.html</com:lockedRedirectURI>
-        <com:expiredRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/login/expired</com:expiredRedirectURI>
-</web-authenticator>
-</textarea>
+<p>
+&lt;web-authenticator class="com.company.yanel.servlet.security.impl.CompanyWebAuthenticatorImpl">
+<br/>
+        &lt;com:proxyRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/strongAuth.html&lt;/com:proxyRedirectURI>
+        &lt;com:welcomeRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/welcome.html&lt;/com:welcomeRedirectURI>
+        &lt;com:lockedRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/userLocked.html&lt;/com:lockedRedirectURI>
+        &lt;com:expiredRedirectURI xmlns:com="http://www.company.com/wyona/1.0">/login/expired&lt;/com:expiredRedirectURI>
+<br/>
+&lt;/web-authenticator>
+</p>
 </body>
-</html>
\ No newline at end of file
+</html>



More information about the Yanel-commits mailing list