Clone of JBSEAM-5064
s:link / s:button with propagation="none" does propagate conversations even when it shouldn't since the fix for JBSEAM-4976, as the conversation id gets appended always by the SeamViewHandler. Also note that with propagation="join", the conversation id is appended two times there (once from the s:link and once by the SeamViewHandler)
Verified on WFK 2.2.0.ER2, filed another BZs for other issues with s:link and conversation ids: https://bugzilla.redhat.com/show_bug.cgi?id=920109 Seam2.3 s:link with propagation=none generates ugly URLs https://bugzilla.redhat.com/show_bug.cgi?id=920625 Seam2.3 s:link propagation="join" conversation id is appended two times https://bugzilla.redhat.com/show_bug.cgi?id=921660 Seam2.3 SeamViewHandler adds conversation id even if conversation is not long running
Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.