I have about the equivalent to the following in my jsp. Neither here nor there are displayed!
My first foray into Spring Security 3.0.5. I've used 3.0.3 without issue.
<sec:authorize ifNotGranted="ROLE_ACTIVE">
here
</sec:authorize>
<sec:authorize ifAnyGranted="ROLE_ACTIVE">
there
</sec:authorize>