diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 012b40d1a6..af15b9f6cd 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -168,7 +168,7 @@ org.springframework.security.AccessDeniedException: Access is denied Filters are not applied by default to forwards or includes. If you really want the security filters to be applied to forwards and/or includes, then you have to configure these explicitly in your web.xml using the <dispatcher> element, a child element of <filter-mapping>. - + I'm trying to use the concurrent session-control support but it won't let me log back in, even if I'm sure I've logged out and haven't exceeded the allowed sessions. @@ -205,8 +205,8 @@ org.springframework.security.AccessDeniedException: Access is denied - How do I know what dependencies to add to my application to work with Spring Security? - + How do I know what dependencies to add to my application to work with Spring Security? +

There is no definite answer here, (it will depend on what features you are using), but a good starting point is to copy those from one of the pre-built sample applications WEB-INF/lib directories. For a basic application, you can start with the tutorial sample. If you want to @@ -217,7 +217,7 @@ org.springframework.security.AccessDeniedException: Access is denied the core jars that the framework requires. Any which are marked as "optional" in the Spring Security POM files will have to be added to your own pom.xml file if you need them.

-
+
\ No newline at end of file