shiro icon indicating copy to clipboard operation
shiro copied to clipboard

Apache Shiro

Results 56 shiro issues
Sort by recently updated
recently updated
newest added

Fixes SHIRO-887. This PR fixes an issue where passwords which start and/or end with spaces are trimmed by the FormAuthenticationFilter, which prevents login for users with such passwords. **Note:** I...

Implement SaltStyle.CRYPT fro the JdbcRealm. Add some basic tests.

This will allow for any JCache implementation to work with Shiro, as well as new versions of EhCache & Hazelcast. Fixes: [SHIRO-816](https://issues.apache.org/jira/browse/SHIRO-816) Fixes: [SHIRO-479](https://issues.apache.org/jira/browse/SHIRO-479) **NOTE:** This currently targets 1.8 (which...

The reason is that getMap method return value changed, and JVM does not find the method (if compiled with HZ3 and runtime uses HZ4 - same would happen other way...

SonarCloud issues fixed for the samples/guice/src/main/webapp/login.jsp

Following this checklist to help us incorporate your contribution quickly and easily: - [X] Make sure there is a [JIRA issue](https://issues.apache.org/jira/browse/SHIRO-802) filed for the change (usually before you start working...

shiro-2.0.0

Fixes: SHIRO-671 NOTE: this is the first pass, and uncovered a few issues with the differences between the JSR-250 and Shiro Annotations. - `RolesAllowed` only supports a logical OR, `RequiresRoles`...

…d a suffix to the username at all. So where authentication is handled with the userPrincipalName, but where the userDN is required for authorization. I haven't found a REALM implementation...

when our application was runing behind a nginx proxy. The request context was different with tomcat's context, for example my nginx proxy configuare is something like: location ^~ / {...

question

Please consider the pull request, as documented in https://issues.apache.org/jira/browse/SHIRO-617 The Reverted patch was wrongly made against a 1.3.2. The relevant patch is dc3da92