Issue Type: Bug Bug
Affects Versions: 1.1.8.Final
Assignee: Unassigned
Components: Conversations
Created: 21/Aug/12 4:07 PM
Description:

I am reposting the issue here since I'm not sure where it correctly belongs.

Please see the original issue at: http://java.net/jira/browse/GLASSFISH-18909

I have attached a small JSF sample application.

The application uses ClientSide State-Saving and does not create a session itself.

There is a conversation scoped bean. The conversation is first created when a link is clicked. The link executes via ajax and updates the form.

When HTTP chunking is enabled (which is default on glassfish) the JSESSION cookie is not properly appended to the response. The conversation is therefore not created and the saved values lost.

There is a second link which demonstartes that everything function correctly if the httpsession is manipulated manually in the same action listener.

Environment: Glassfish 3.1.2
Project: Weld
Priority: Major Major
Reporter: Philipp Plogmann
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira