1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Updated version numbers for 3.0.1 release.

This commit is contained in:
Luke Taylor
2010-01-15 18:04:28 +00:00
parent e1d41177bb
commit 05634f97dc
31 changed files with 36 additions and 233 deletions
+2 -2
View File
@@ -16,9 +16,9 @@
<para> Method security in enforced using a <classname>MethodSecurityInterceptor</classname>,
which secures <classname>MethodInvocation</classname>s. Depending on the configuration
approach, an interceptor may be specific to a single bean or shared between multiple beans.
The interceptor uses a <interfacename>MethodDefinitionSource</interfacename> instance to
The interceptor uses a <interfacename>MethodSecurityMetadataSource</interfacename> instance to
obtain the configuration attributes that apply to a particular method invocation.
<classname>MapBasedMethodDefinitionSource</classname> is used to store configuration
<classname>MapBasedMethodSecurityMetadataSource</classname> is used to store configuration
attributes keyed by method names (which can be wildcarded) and will be used internally when
the attributes are defined in the application context using the
<literal>&lt;intercept-methods&gt;</literal> or <literal>&lt;protect-point&gt;</literal>
+1 -1
View File
@@ -10,7 +10,7 @@
</author>
</authorgroup>
<productname>Spring Security</productname>
<releaseinfo>3.0.0.RELEASE</releaseinfo>
<releaseinfo>3.0.1.RELEASE</releaseinfo>
</info>
<toc/>
<preface xml:id="preface">