[jboss-jira] [JBoss JIRA] Created: (JGRP-995) AUTH: FixedMembershipToken is based on physical address, won't work with logical addresses
Bela Ban (JIRA)
jira-events at lists.jboss.org
Fri Jun 19 03:03:08 EDT 2009
AUTH: FixedMembershipToken is based on physical address, won't work with logical addresses
------------------------------------------------------------------------------------------
Key: JGRP-995
URL: https://jira.jboss.org/jira/browse/JGRP-995
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.8
The authenticate() method attempts to parse the IP address and port of a message's sender and match it to the fixed_members_value list. However, this won't work as the sender's address is a UUID.
SOLUTION #1: fetch the physical address from TP and compare against the physical address (what if we have multiple physical addresses ?)
SOLUTION #2: additional feature: match against the logical name
--
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