Uploaded image for project: 'Weld'
  1. Weld
  2. WELD-1186

CDI conversation not created when HTTP Chunking is enabled in Glassfish

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Obsolete
    • Icon: Major Major
    • None
    • 1.1.8.Final
    • Conversations
    • None
    • Hide

      Create a session manually before starting the conversation

      Show
      Create a session manually before starting the conversation

      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.

            Unassigned Unassigned
            puls_jira Philipp Plogmann (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: