On Fri, 30 Mar 2001, Bill Claypool wrote:

> On Mon, Mar 26, 2001 at 08:02:18PM -0000, [EMAIL PROTECTED] wrote:
> " craigmcc    01/03/26 12:02:17
> " 
> "   Modified:    catalina/src/share/org/apache/catalina/connector
> "                         HttpRequestBase.java
> "   Log:
> "   Correct the implementation of HttpServletRequest.isUserInRole() so that it
> "   properly respects role name aliases defined with <security-role-ref>.
> 
> Shouldn't this check for a mapped role first and only check for the
> unmapped role if there is no mapping.
> 

It is not clear to me that the order of checking would make any difference
in the result (except for a possible minor performance difference).  Is
there a use case where the order matters?

Craig

Reply via email to