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

Conversation propagation token that negates the "cid" parameter

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Done
    • Major
    • 1.1.2.Final
    • 1.1.1.Final
    • Conversations
    • None

    Description

      A method that negates the propagation of the cid parameter by the ConversationAwareViewHandler so that a non-transient is not resumed even if there is a cid parameter in the request. Stripping it out on a per-component-basis is tricky.

      Suggested implementation: change the last line in WeldPhaseListener.getConversationId to

      return facesContext.getExternalContext().getRequestParameterMap().containsKey("nocid") ? null : cid;

      Attachments

        Issue Links

          Activity

            People

              ajustin@redhat.com Ales Justin
              nickarls Nicklas Karlsson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: