[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-961) jsessionid=xxx in url breaks RESTful parameter rewriting
Radu Aghinii (JIRA)
jira-events at lists.jboss.org
Wed Feb 28 18:01:09 EST 2007
jsessionid=xxx in url breaks RESTful parameter rewriting
----------------------------------------------------------
Key: JBSEAM-961
URL: http://jira.jboss.com/jira/browse/JBSEAM-961
Project: JBoss Seam
Issue Type: Bug
Affects Versions: 1.2.0.GA, 1.1.6.GA
Environment: jboss 4.0.5.GA sun jvm 1.5.0_10 , JSF Sun RI 1.3_03 , facelets 1.1.12
Seam 1.1.6.GA, 1.2.0.GA
Reporter: Radu Aghinii
I have a Seam application that uses page parameters defined in pages.xml and uses "redirect after post " navigation.
The expected behavior is that when a redirect to a seam view happens the current values of the parameters referenced in pages.xml are attached to the URL.
( In the 1.1.6.GA documentation this is described in 5.1.1.1 of the documentation.
The specific point :
"Any navigation rule with a <redirect/> to the view id transparently includes the request parameter. The value of the parameter is determined by evaluating the value binding at the end of the invoke application phase." )
This works fine in the normal case where cookies are used for Servlet session management, however, if cookies are disabled, the functionality breaks and the parameters are not added.
The behavior is the same using 1.2.0.GA jars.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list