diff --git a/docs/manual/src/docbook/cas-auth-provider.xml b/docs/manual/src/docbook/cas-auth-provider.xml index dc35ecaa4a..e4e197dabd 100644 --- a/docs/manual/src/docbook/cas-auth-provider.xml +++ b/docs/manual/src/docbook/cas-auth-provider.xml @@ -9,8 +9,8 @@ supports CAS, and provides an easy migration path from single-application deployments of Spring Security through to multiple-application deployments secured by an enterprise-wide CAS server. - You can learn more about CAS at http://www.ja-sig.org/products/cas/. - You will also need to visit this site to download the CAS Server files. + You can learn more about CAS at http://www.ja-sig.org/cas. You will + also need to visit this site to download the CAS Server files.
@@ -269,8 +269,8 @@ parameter does is tell the CAS login service that a single sign on login is unacceptable. 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 (assuming you're using a namespace configuration): + The following beans should be configured to commence the CAS authentication process + (assuming you're using a namespace configuration): @@ -304,8 +304,8 @@ The CasAuthenticationFilter has very similar properties to the UsernamePasswordAuthenticationFilter (used for form-based logins). Each property is self-explanatory. Note that we've also used the namespace syntax for setting up an - alias to the authentication mnager, since the CasAuthenticationFilter needs - a reference to it. + alias to the authentication manager, since the CasAuthenticationFilter + needs a reference to it. For CAS to operate, the ExceptionTranslationFilter must have its authenticationEntryPoint property set to the CasAuthenticationEntryPoint bean. diff --git a/docs/manual/src/docbook/channel-security.xml b/docs/manual/src/docbook/channel-security.xml index 48ee50306a..8ad512ba8c 100644 --- a/docs/manual/src/docbook/channel-security.xml +++ b/docs/manual/src/docbook/channel-security.xml @@ -37,7 +37,7 @@ namespace by means of the requires-channel attribute on the <intercept-url> element and this is the simplest (and recommended approach). - To confiure channel security explicitly, you would define the following the filter in + To configure channel security explicitly, you would define the following the filter in your application context: diff --git a/docs/manual/src/docbook/community.xml b/docs/manual/src/docbook/community.xml index 2d7994824b..c8dfd50168 100644 --- a/docs/manual/src/docbook/community.xml +++ b/docs/manual/src/docbook/community.xml @@ -17,8 +17,8 @@ enhancement requests if you include corresponding unit tests. This is necessary to ensure project test coverage is adequately maintained. You can access the issue tracker at http://jira.springframework.org/browse/SEC. + xlink:href="http://jira.springsource.org/browse/SEC" + >http://jira.springsource.org/browse/SEC.
@@ -41,10 +41,8 @@ Further Information Questions and comments on Spring Security are welcome. You can use the Spring - Community Forum web site at http://forum.springsource.org to discuss Spring Security with other users of - the framework. Remember to use JIRA for bug reports, as explained above. Everyone is - also welcome to join the Acegisecurity-developer mailing list and participate in design - discussions. The traffic volume is very light. + the framework. Remember to use JIRA for bug reports, as explained above.