You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by Darin Gordon <da...@gmail.com> on 2015/06/06 18:34:37 UTC

shiro 2.0 authz: WildcardPermission unit tests -- incorrect case-sensitive arg

starting at line 74, I assume that the tester was intending to apply
case-sensitive testing but did not do so by setting caseSensitive to false
when it should have been set to true

see:
https://github.com/apache/shiro/blob/2.0-api-design-changes/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java#L74

please confirm?

-DG-

Re: shiro 2.0 authz: WildcardPermission unit tests -- incorrect case-sensitive arg

Posted by Les Hazlewood <lh...@apache.org>.
This might be the case - thanks for the report!

--
Les Hazlewood | @lhazlewood
CTO, Stormpath | http://stormpath.com | @goStormpath | 888.391.5282

On Sat, Jun 6, 2015 at 9:34 AM, Darin Gordon <da...@gmail.com> wrote:

> starting at line 74, I assume that the tester was intending to apply
> case-sensitive testing but did not do so by setting caseSensitive to false
> when it should have been set to true
>
> see:
>
> https://github.com/apache/shiro/blob/2.0-api-design-changes/core/src/test/java/org/apache/shiro/authz/permission/WildcardPermissionTest.java#L74
>
> please confirm?
>
> -DG-
>