|
Github Java EE organization memberschip
Hi Will, Can you also add me to the Java EE Organization and the "Java EE Security Team" just like all the other active EG members and contributors? Thanks Rudy
Hi Will, Can you also add me to the Java EE Organization and the "Java EE Security Team" just like all the other active EG members and contributors? Thanks Rudy
|
By
Rudy De Busscher
· #473
·
|
|
REPO MIGRATION COMPLETE
For correctness, these are the URLs On 21 July 2017 at 05:13, Will Hopkins <will.hopkins@...> wrote:
For correctness, these are the URLs On 21 July 2017 at 05:13, Will Hopkins <will.hopkins@...> wrote:
|
By
Rudy De Busscher
· #472
·
|
|
WARNING! PLEASE READ! (Was: Fwd: Re: [javaee-security-spec] Moving to Java EE Github?)
Ok for me, but I'm not a member of the Java EE organization. Yet? (or is that not the intention) Rudy
Ok for me, but I'm not a member of the Java EE organization. Yet? (or is that not the intention) Rudy
|
By
Rudy De Busscher
· #459
·
|
|
LDAP Annotation and Database Hashing Proposal
Guillermo, Correct, class names and strings have the same issues when it comes to vendor specific extension. And classes have the benefit of type safety. In any case, I don't see how we can allow that
Guillermo, Correct, class names and strings have the same issues when it comes to vendor specific extension. And classes have the benefit of type safety. In any case, I don't see how we can allow that
|
By
Rudy De Busscher
· #422
·
|
|
LDAP Annotation and Database Hashing Proposal
Well, Strings aren't type safe, do not play well during refactoring and thus are very brittle for me. If we use interfaces, like the JBoss example from Arjan, @DatabaseIdentityStoreDefinition( ... has
Well, Strings aren't type safe, do not play well during refactoring and thus are very brittle for me. If we use interfaces, like the JBoss example from Arjan, @DatabaseIdentityStoreDefinition( ... has
|
By
Rudy De Busscher
· #418
·
|
|
Expert Group meeting this week, or next?
OK for me too
By
Rudy De Busscher
· #412
·
|
|
LDAP Annotation and Database Hashing Proposal
Hi Will, If I'm following correctly, only specifying a named CDI bean will lead then to (for ex based on Arjans example) @DatabaseIdentityStoreDefinition( dataSourceLookup="${'java:global/MyDS'}", cal
Hi Will, If I'm following correctly, only specifying a named CDI bean will lead then to (for ex based on Arjans example) @DatabaseIdentityStoreDefinition( dataSourceLookup="${'java:global/MyDS'}", cal
|
By
Rudy De Busscher
· #397
·
|
|
Expert Group meeting this week, or next?
For me all the proposed days are possible. Rudy
For me all the proposed days are possible. Rudy
|
By
Rudy De Busscher
· #396
·
|
|
Solution for hardcoded values in IdentityStore properties within Soteria
Arjan, Will, Maybe an important aspect of this proposal we forgot: When is the Expression evaluated, at deploy time or when the IdentityStores is called by the IdentityStoreHandler? (and reevaluated e
Arjan, Will, Maybe an important aspect of this proposal we forgot: When is the Expression evaluated, at deploy time or when the IdentityStores is called by the IdentityStoreHandler? (and reevaluated e
|
By
Rudy De Busscher
· #288
·
|
|
Solution for hardcoded values in IdentityStore properties within Soteria
Hi, Container specific features are discouraged as we want to maximize the portability. But as Arjan explained, any container is allowed to use a custom mechanism IN ADDITION TO the standard defined o
Hi, Container specific features are discouraged as we want to maximize the portability. But as Arjan explained, any container is allowed to use a custom mechanism IN ADDITION TO the standard defined o
|
By
Rudy De Busscher
· #287
·
|
|
Moving to JavaEE Org: Are all EG/Contributors members of the JavaEE Org?
I don't think anyone of the JSR-375 EG is a member of the JavaEE organization at Github. This is the list https://github.com/orgs/javaee/people But you don't need to be a member to create issues and o
I don't think anyone of the JSR-375 EG is a member of the JavaEE organization at Github. This is the list https://github.com/orgs/javaee/people But you don't need to be a member to create issues and o
|
By
Rudy De Busscher
· #266
·
|
|
Prepare for Proposed Final Draft
Hi, Thursday is the only option for me, Friday I'm unavailable. Best regards Rudy
Hi, Thursday is the only option for me, Friday I'm unavailable. Best regards Rudy
|
By
Rudy De Busscher
· #255
·
|
|
Default group to role mapping
Hi, In any case, for me, the group to role mapping must be configurable in a standardized way. So it is no option that it will be handled by a server application specific config. If it is really an is
Hi, In any case, for me, the group to role mapping must be configurable in a standardized way. So it is no option that it will be handled by a server application specific config. If it is really an is
|
By
Rudy De Busscher
· #230
·
|
|
Default group to role mapping
Hi Will, I can following the reasoning, but the remarks feel a bit awkward. Human error always has a consequence, also when you have some kind of mapping which isn't a default one. When you add the us
Hi Will, I can following the reasoning, but the remarks feel a bit awkward. Human error always has a consequence, also when you have some kind of mapping which isn't a default one. When you add the us
|
By
Rudy De Busscher
· #226
·
|
|
Missing description of @LoginToContinue interceptor in spec
Yes, I was looking at the code. I wanted to understand it better, the high-level purpose was already clear for me. (from other libraries) But, due to little server differences, the code is not really
Yes, I was looking at the code. I wanted to understand it better, the high-level purpose was already clear for me. (from other libraries) But, due to little server differences, the code is not really
|
By
Rudy De Busscher
· #213
·
|
|
responseUnAuthorized: rename to responseUnauthorized
No problem for me.
By
Rudy De Busscher
· #212
·
|
|
Solution for hardcoded values in IdentityStore properties within Soteria
Or we can wait as long as possible to execute the EL expression. Even do it everytime the validate() is executed. Adding an option here is not an option for this release as it requires an additional m
Or we can wait as long as possible to execute the EL expression. Even do it everytime the validate() is executed. Adding an option here is not an option for this release as it requires an additional m
|
By
Rudy De Busscher
· #202
·
|
|
Solution for hardcoded values in IdentityStore properties within Soteria
I agree, not all properties can be easily updated to support EL expressions. And I don't blame you Arjan for not putting it in. You did already a great job. But at a minimum, we need to address a prop
I agree, not all properties can be easily updated to support EL expressions. And I don't blame you Arjan for not putting it in. You did already a great job. But at a minimum, we need to address a prop
|
By
Rudy De Busscher
· #200
·
|
|
Solution for hardcoded values in IdentityStore properties within Soteria
Hi All, The issue is already mentioned a few times when I gave a talk and is also logged as an issue in our GitHub https://github.com/javaee-security-spec/soteria/issues/76. I think we cannot specify
Hi All, The issue is already mentioned a few times when I gave a talk and is also logged as an issue in our GitHub https://github.com/javaee-security-spec/soteria/issues/76. I think we cannot specify
|
By
Rudy De Busscher
· #198
·
|
|
Missing description of @LoginToContinue interceptor in spec
Hi, I was looking for the @LoginToContinue annotation info within the spec. I see that it is only mentioning that the 2 Form definition annotations need such a member. But there is no description of t
Hi, I was looking for the @LoginToContinue annotation info within the spec. I see that it is only mentioning that the 2 Form definition annotations need such a member. But there is no description of t
|
By
Rudy De Busscher
· #196
·
|