Fix Documentation Formatting

Fix corrupted character and add formatting per the duplicated text
block

Fixes gh-193
This commit is contained in:
Art O Cathain 2015-05-04 15:38:27 +01:00 committed by Rob Winch
parent 8f7cf28435
commit 1d271184c9

View File

@ -948,7 +948,7 @@ public class MultiHttpSecurityConfig {
[[jc-method]]
=== Method Security
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for JSR-250 annotation security as well as the framework's original `@Secured` annotation. From 3.0 you can also make use of new <<el-access,expression-based annotations>>. You can apply security to a single bean, using the intercept-methods element to decorate the bean declaration, or you can secure multiple beans across the entire service layer using the AspectJ style pointcuts.
From version 2.0 onwards Spring Security has improved support substantially for adding security to your service layer methods. It provides support for JSR-250 annotation security as well as the framework's original `@Secured` annotation. From 3.0 you can also make use of new <<el-access,expression-based annotations>>. You can apply security to a single bean, using the `intercept-methods` element to decorate the bean declaration, or you can secure multiple beans across the entire service layer using the AspectJ style pointcuts.
==== EnableGlobalMethodSecurity