Description of problem: s:link with propagation="none" (e.g. <s:link id="link" view="/entry.xhtml" propagation="none">... ) generates URLs such as http://127.0.0.1:8080/seam-blog/entry?conversationId=5&conversationPropagation=none which are ugly as they contain unnecessary conversationId parameter. In previous Seam 2.2 version, such s:link would generate a nice URL, e.g.: http://127.0.0.1:8080/seam-blog/entry This is problem especially with pages.xml rewrite mechanism, where it is a common practice to use s:link with propagation=none especially for the reason that it generates nice bookmarkable URLs, so this behavior is a severe regression. See e.g. the blog example. Version-Release number of selected component (if applicable): WFK 2.2.0.ER2 Seam 2.3.1.Final-redhat-1
Fixed by fixing https://source.jboss.org/changelog/Seam?cs=15467
As Marek raised question the above commit was as final, I did a commit to remove adding of propagation parameter in https://source.jboss.org/changelog/Seam?cs=15458
Verified on WFK 2.2.0.CR1 (no docs text, as this issue is was not present in any previously released version)
Closed as CURRENTRELEASE, part of WFK 2.2.0 distributables.