From jira-events at lists.jboss.org Mon May 23 11:37:01 2011 Content-Type: multipart/mixed; boundary="===============6954563053584724640==" MIME-Version: 1.0 From: Nicklas Karlsson (JIRA) To: weld-issues at lists.jboss.org Subject: [weld-issues] [JBoss JIRA] Created: (WELD-909) Dual faces mapping and cid parameter for conversational redirect Date: Mon, 23 May 2011 11:37:00 -0400 Message-ID: <919417920.18945.1306165020903.JavaMail.tomcat@jira02.app.mwc.hst.phx2.redhat.com> --===============6954563053584724640== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Dual faces mapping and cid parameter for conversational redirect ---------------------------------------------------------------- Key: WELD-909 URL: https://issues.jboss.org/browse/WELD-909 Project: Weld Issue Type: Bug Components: Conversations Affects Versions: 1.1.1.Final Reporter: Nicklas Karlsson Given a page like {code} Concept {code} and a backing bean like {code} package fi.nik.concept; import javax.enterprise.context.Conversation; import javax.inject.Inject; import javax.inject.Named; @Named public class BackingBean = { @Inject private Conversation conversation; public String nonTransient() = { conversation.begin(); return "page?faces-redirect=3Dtrue"; } } {code} clicking "redirect" with non-transient conversations work fine but clicking= "non-transient" duplicates the faces mappings and cid to something like ht= tp://localhost:8080/concept/faces/faces/page.xhtml?cid=3D1&cid=3D1 and clic= king "redirect" after keeps the URL like that. It works normally after that (since the faces mapping is still hit and the = cid is repeated with the same value) but it looks a bit odd. Would have written a test for it but git on Windows is... a bit nonlinear a= t times. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira =20 --===============6954563053584724640==--