glassfishrobot

Results 2829 comments of glassfishrobot

@ggam Commented > Technically it should work, as the AS should not distinguish where the groups come from (SAM, HAM or proprietary authentication mechanism). Or do you mean WildFly's one...

@ggam Commented I'm not so sure the problem comes from `BeanManager` class visibility. I've now decorated the `IdentityStoreHandler` and injected it on a test Servlet via `@Inject`, but I'm still...

@arjantijms Commented >n WildFly you can create a login-stack where a SAM delegates to some provided JAAS login module, but I believe the SAM needs to extend some propietary "delegator"...

@ggam Commented @wmhopkins this is a limitation/bug on Weld. We should definitely reach the Weld team and check on other CDI implementations (i.e. Apache OpenWebBeans), but there's little we can...

@wmhopkins Commented @ggam, @arjantijms : Once CDI/Weld is fixed, would we need to make any changes in our CDI extension or anything else? If not, then this is purely a...

@ggam Commented I don't *think* any changes will be needed from our side. I know Arjan dealt with issues like this in the past so he will probably know better....

@wmhopkins Commented @ggam -- We can leave this open for a bit. Created the "Futures" milestone. (And discovered you can use "-" to filter things out, even though it's not...

@arjantijms Commented The negation operator is the "-" symbol I think. You need to put it before the entire label expression. On Tue, Aug 8, 2017 at 8:57 PM, Will...

@wmhopkins Commented @arjantijms -- Yup, figured that out and updated my comment. It doesn't seem to be documented in the GitHub syntax reference, but indeed it works.

* **Issue Imported From:** https://github.com/javaee/security-soteria/issues/195 * **Original Issue Raised By:**@hantsy * **Original Issue Assigned To:** Unassigned