lprimak commented on issue #1091:
URL: https://github.com/apache/shiro/issues/1091#issuecomment-1740957286

   > employeeRealm = com.abc.third_parties.apache_shiro.EmployeeRealm
   
   `employeeRealm = employeeRealm`
   
   You need need to refer to the realm by it's CDI/EL name
   You may need to rename the left-hand side to something else because it would 
be ambiguous with CDI name,
   i.e. 
   
   `myRealm = employeeRealm` instead


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to