[jboss-jira] [JBoss JIRA] Created: (JGRP-965) Message: headers are not copied
Bela Ban (JIRA)
jira-events at lists.jboss.org
Tue Apr 28 06:21:46 EDT 2009
Message: headers are not copied
-------------------------------
Key: JGRP-965
URL: https://jira.jboss.org/jira/browse/JGRP-965
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 2.8
Message.copy() uses Headers.copy() which does *not* copy the headers but just uses refs. This might cause unintended side effects, investigate whether this is okay or not.
Example: we have a message in a retransmission table. We might copy it on retransmissio and change a header, that change will then be made in the original header.
--
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