From 443cd0794b2d2094128238ed4f3d2cab157774db Mon Sep 17 00:00:00 2001 From: Ben Alex Date: Wed, 5 Jan 2005 09:24:11 +0000 Subject: [PATCH] Add Matt's blog post. --- doc/xdocs/articles.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/xdocs/articles.html b/doc/xdocs/articles.html index e9681b4c94..959f9b5570 100644 --- a/doc/xdocs/articles.html +++ b/doc/xdocs/articles.html @@ -40,15 +40,19 @@
  • Securing Your Java Applications - Acegi Security Style: Matthew Porter wrote this good introductory article for Javalobby.

  • +
  • J2EE App Server Security: + "After using Acegi for the last month, I think I'm going to ditch the 'standard' J2EE security stuff", blogged Matt Raible. I should note + our CVS tree has become stable and there are build instructions.

    +
  • +
  • Simplifying Acegi Configuration: + Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.

    +
  • Spring Live Update Chapters: Matt Raible is including Acegi Security in Chapter 12 of his popular ebook.

  • Central Authentication Service FAQ: A general overview of how Acegi Security is used with Yale's CAS.

  • -
  • Simplifying Acegi Configuration: - Craig Walls provides a good approach to reusing your Acegi Security configuration between projects.

    -
  • Let's leak IoC/DI into standards. You miss them when they aren't there!: Ain't that the truth! A good example of where Acegi Security's FilterToProxyBean comes in handy.