- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for ROLE$SPECIAL (0.05 sec)
-
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
assertNotNull(roles); assertEquals(0, roles.length); } // Test with special characters in roles @Secured({ "ROLE_USER-ADMIN", "ROLE_USER.VIEWER", "ROLE_USER_EDITOR", "ROLE$SPECIAL" }) static class SpecialCharacterRolesClass { } public void test_specialCharactersInRoles() { Secured secured = SpecialCharacterRolesClass.class.getAnnotation(Secured.class);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0)