Using AUTH on jgroups 5.2.2 runs into a NullPointerException #799
-
This issue is related to discussion #641. As far as I understand, the fix was applied only locally for ProtoclStack#initProtocolStack calls AUTH#init The issue is, as before, the order of operations here:
A solution is, as was suggested in a previous discussion, to move some checks from RegexMembership#init() to RegexMembership#start(). For example, I tweak the token like this:
We can move this behavior to the core if you want. I can open a PR if needed. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 2 replies
-
I think this problem may be not limited by 1 or 2 token types. It may also occur with other types of tokens, but I didn't verify that. |
Beta Was this translation helpful? Give feedback.
-
Sorry for the delay! Yes, you're right, this is a bug. If you create a PR, I'll create the JIRA... However, I'm on PTO for 2 weeks and won't be able to get to this before the week of June 24... |
Beta Was this translation helpful? Give feedback.
-
Applied to |
Beta Was this translation helpful? Give feedback.
I created https://issues.redhat.com/browse/JGRP-2803