The strangest thing is happening. To set it up: I am using JRun4 and
SecurityFilter
If any type of code (e.g. <logic:present role="Admin"> , <req:isUserInRole
role="Admin"> etc.) tries to do a call which eventually goes
to the SecurityFilter method isUserInRole(principle,role) from within a JSP
then I it always returns false and my logging statements in
my SecurityFilter method aren't called (i.e. it doesn't go in there I
guess).
But if I do a request.isUserInRole("Admin") from within an Action then it
returns the correct result.
Has anyone seen this before?