manticore-projects commented on pull request #350:
URL: https://github.com/apache/shiro/pull/350#issuecomment-1072883282
Thanks Brian,
unfortunately the patch needs a fix:
```java
if (principalSuffix != null && !userPrincipalName.toLowerCase().endsWith(
principalSuffix.toLowerCase() ) ) {
```
Apologies for working sloppy.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]