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

Conversation propagation token that negates the "cid" parameter

XMLWordPrintable

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

      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;

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

              Created:
              Updated:
              Resolved: