From 40056f2e4a7d0607ae810b5f18e53c8c0f36507c Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 2 Dec 2009 23:45:29 +0000 Subject: [PATCH] Minor doc corrections --- docs/manual/src/docbook/appendix-namespace.xml | 4 ++-- docs/manual/src/docbook/cas-auth-provider.xml | 12 +++++++++--- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/docs/manual/src/docbook/appendix-namespace.xml b/docs/manual/src/docbook/appendix-namespace.xml index e3dec25c20..09aee996e7 100644 --- a/docs/manual/src/docbook/appendix-namespace.xml +++ b/docs/manual/src/docbook/appendix-namespace.xml @@ -12,11 +12,11 @@ intended as a supplement to the information there. Using a good quality XML editor while editing a configuration based on the schema is recommended as this will provide contextual information on which elements and attributes are available as well as comments explaining their purpose. The - namespace is captured in RELAX NG Compact + namespace is written in RELAX NG Compact format and later converted into an XSD schema. If you are familiar with this format, you may wish to examine the schema file. + >schema file directly.
Web Application Security - the <literal><http></literal> Element The <http> element encapsulates the security configuration for diff --git a/docs/manual/src/docbook/cas-auth-provider.xml b/docs/manual/src/docbook/cas-auth-provider.xml index e3a2010ac3..dc35ecaa4a 100644 --- a/docs/manual/src/docbook/cas-auth-provider.xml +++ b/docs/manual/src/docbook/cas-auth-provider.xml @@ -270,14 +270,20 @@ Instead, the user will need to re-enter their username and password in order to gain access to the service. The following beans should be configured to commence the CAS authentication - process: + process (assuming you're using a namespace configuration): + + ... + + + + ... + + -