Updated version numbers for 3.0.1 release.
This commit is contained in:
@@ -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><intercept-methods></literal> or <literal><protect-point></literal>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user