[jboss-cvs] jboss-seam/doc/reference/en/modules ...
Shane Bryzak
sbryzak at redhat.com
Tue May 29 20:54:41 EDT 2007
User: sbryzak2
Date: 07/05/29 20:54:41
Modified: doc/reference/en/modules security.xml
Log:
renamed http auth filter
Revision Changes Path
1.62 +3 -3 jboss-seam/doc/reference/en/modules/security.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: security.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/doc/reference/en/modules/security.xml,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -b -r1.61 -r1.62
--- security.xml 30 May 2007 00:42:18 -0000 1.61
+++ security.xml 30 May 2007 00:54:41 -0000 1.62
@@ -375,11 +375,11 @@
<para>
Although not recommended for use unless absolutely necessary, Seam provides means for authenticating
using either HTTP Basic or HTTP Digest (RFC 2617) methods. To use either form of authentication,
- the <literal>http-auth-filter</literal> component must be enabled in components.xml:
+ the <literal>authentication-filter</literal> component must be enabled in components.xml:
</para>
<programlisting><![CDATA[
- <web:http-auth-filter url-pattern="*.seam" auth-type="basic"/>
+ <web:authentication-filter url-pattern="*.seam" auth-type="basic"/>
]]></programlisting>
<para>
@@ -389,7 +389,7 @@
</para>
<programlisting><![CDATA[
- <web:http-auth-filter url-pattern="*.seam" auth-type="digest" key="AA3JK34aSDlkj" realm="My App"/>
+ <web:authentication-filter url-pattern="*.seam" auth-type="digest" key="AA3JK34aSDlkj" realm="My App"/>
]]></programlisting>
<para>
More information about the jboss-cvs-commits
mailing list