|
@@ -77,7 +77,7 @@ From a Spring Security perspective, the first thing you should do is follow the
|
|
.. <<appendix-faq-session-listener-missing>>
|
|
.. <<appendix-faq-session-listener-missing>>
|
|
.. <<appendix-faq-unwanted-session-creation>>
|
|
.. <<appendix-faq-unwanted-session-creation>>
|
|
. Miscellaneous
|
|
. Miscellaneous
|
|
-.. <<forbidden-csrf>>
|
|
|
|
|
|
+.. <<appendix-faq-forbidden-csrf>>
|
|
.. <<appendix-faq-no-security-on-forward>>
|
|
.. <<appendix-faq-no-security-on-forward>>
|
|
.. <<appendix-faq-method-security-in-web-context>>
|
|
.. <<appendix-faq-method-security-in-web-context>>
|
|
.. <<appendix-faq-no-filters-no-context>>
|
|
.. <<appendix-faq-no-filters-no-context>>
|
|
@@ -474,4 +474,4 @@ public class BeanPostProcessor implements BeanPostProcessor {
|
|
|
|
|
|
----
|
|
----
|
|
|
|
|
|
-You would then register this bean in your application context. Spring will automatically invoke it on the beans defined in the application context.
|
|
|
|
|
|
+You would then register this bean in your application context. Spring will automatically invoke it on the beans defined in the application context.
|