From 7dc998196a8301b875786bc80d95fe32d708149c Mon Sep 17 00:00:00 2001
From: Luke Taylor
Date: Fri, 11 Jul 2008 14:43:36 +0000
Subject: [PATCH] Added faq on JDK and Spring version requirements
---
src/site/fml/faq.fml | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 0002f2c50a..7fed2b0f34 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -104,7 +104,14 @@
-
+
+
+ What Java and Spring Framework versions are required
+
+ Spring Security 2.0.x requires a minimum JDK version of 1.4 and is built against Spring 2.0.x. It should
+ also be compatible with applications using Spring 2.5.x.
+
+