[jira] [Closed] (SHIRO-481) Provide CacheManager implementation based on Guava caching API

2020-01-22 Thread Francois Papon (Jira)
[ https://issues.apache.org/jira/browse/SHIRO-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Francois Papon closed SHIRO-481. Resolution: Won't Do > Provide CacheManager implementation based on Guava caching API >

[GitHub] [shiro] rmannibucau commented on issue #58: [SHIRO-337] basic cdi support

2020-01-22 Thread GitBox
rmannibucau commented on issue #58: [SHIRO-337] basic cdi support URL: https://github.com/apache/shiro/pull/58#issuecomment-577347162 Hmm, Scope was there for perf reasons - dependent being generally slower for nothing in apps (recreating again and again the proxy if enclosing

[GitHub] [shiro] bdemers commented on issue #58: [SHIRO-337] basic cdi support

2020-01-22 Thread GitBox
bdemers commented on issue #58: [SHIRO-337] basic cdi support URL: https://github.com/apache/shiro/pull/58#issuecomment-577320260 thanks for looking at this @bmhm! This is an automated message from the Apache Git Service. To

[GitHub] [shiro] bmhm commented on issue #58: [SHIRO-337] basic cdi support

2020-01-22 Thread GitBox
bmhm commented on issue #58: [SHIRO-337] basic cdi support URL: https://github.com/apache/shiro/pull/58#issuecomment-577317147 Hi, I'm not a ASF committer, but from looking at this code, I have some questions. `SubjectProducer` is `@ApplicationScoped` and there is commented

[GitHub] [shiro] bdemers commented on issue #191: [SHIRO-627] Determine missing bean based on name rather than type

2020-01-22 Thread GitBox
bdemers commented on issue #191: [SHIRO-627] Determine missing bean based on name rather than type URL: https://github.com/apache/shiro/pull/191#issuecomment-577272990 Hey @aesy! Sorry for the delay in getting to this. I'm not sure I fully understand the problem this is fixing.

[jira] [Closed] (SHIRO-283) Add ability to support basic auth and form authentication simultaneously

2020-01-22 Thread Brian Demers (Jira)
[ https://issues.apache.org/jira/browse/SHIRO-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brian Demers closed SHIRO-283. -- Resolution: Resolved Answer/solution provided in comment above > Add ability to support basic auth and

[jira] [Commented] (SHIRO-408) Specifying memberOf for ActiveDirectoryRealm LDAP search

2020-01-22 Thread Benjamin Marwell (Jira)
[ https://issues.apache.org/jira/browse/SHIRO-408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17020908#comment-17020908 ] Benjamin Marwell commented on SHIRO-408: Hi [~vines]   I think this is a very interesting patch.