[jboss-jira] [JBoss JIRA] Created: (JGRP-1072) AUTH doesn't handle JOIN_REQ_WITH_STATE_TRANSFER
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Oct 15 03:13:05 EDT 2009
AUTH doesn't handle JOIN_REQ_WITH_STATE_TRANSFER
------------------------------------------------
Key: JGRP-1072
URL: https://jira.jboss.org/jira/browse/JGRP-1072
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Priority: Minor
Fix For: 2.6.14, 2.8
By: mlohbihler
Hi,
I think there may be an issue with the AUTH class. At lines 100 and 164 is this
code (same in both places):
if((hdr != null) && (hdr.getType() == GMS.GmsHeader.JOIN_REQ)){
I believe it should also include the JOIN_REQ_WITH_STATE_TRANSFER value
as well:
if((hdr != null) && (hdr.getType() == GMS.GmsHeader.JOIN_REQ || hdr.getType()
== GMS.GmsHeader.JOIN_REQ_WITH_STATE_TRANSFER)) {
Does this make sense?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list