From 3e793a51475aa8a287182539be637e101b4ee24b Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 26 Mar 2015 12:43:51 -0500 Subject: [PATCH] #71 - Remove old SNAPSHOT reference. --- rest/security/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest/security/README.adoc b/rest/security/README.adoc index 3029adbb..931110a3 100644 --- a/rest/security/README.adoc +++ b/rest/security/README.adoc @@ -78,7 +78,7 @@ NOTE: These code examples use Spring Security's more modern http://docs.spring.i To fine tune security policies, `save(Item)` and `delete(Item)` are overrides of `CrudRepository`, allowing us to further restrict these operations to require *ROLE_ADMIN*. -NOTE: This issue was fixed in 3.2.6, but hasn't been published yet as an artifact for consumption. Spring Security 4.0.0.CI-SNAPSHOT does have the fix in place. +NOTE: This requires either Spring Security 3.2.6.RELEASE or 4.0.0.RELEASE (or higher). === Writing a security policy