]
Bela Ban updated JGRP-965:
--------------------------
Fix Version/s: 3.6.8
(was: Future)
Message: headers are not copied
-------------------------------
Key: JGRP-965
URL:
https://issues.jboss.org/browse/JGRP-965
Project: JGroups
Issue Type: Bug
Reporter: Bela Ban
Assignee: Bela Ban
Fix For: 3.6.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.