[weld-commits] [weld/core] 2bb332: WELD-1774 Fix conversation context activation/asso...

GitHub noreply at github.com
Fri Nov 28 05:42:59 EST 2014


  Branch: refs/heads/2.2
  Home:   https://github.com/weld/core
  Commit: 2bb332b2348cb3d5e95473f6d3343ac5c4a18bc7
      https://github.com/weld/core/commit/2bb332b2348cb3d5e95473f6d3343ac5c4a18bc7
  Author: Martin Kouba <mkouba at redhat.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    M impl/src/main/java/org/jboss/weld/context/AbstractConversationContext.java
    M impl/src/main/java/org/jboss/weld/context/http/LazyHttpConversationContextImpl.java
    M impl/src/main/java/org/jboss/weld/logging/ConversationLogger.java

  Log Message:
  -----------
  WELD-1774 Fix conversation context activation/association

- do not throw an exception when the conversation context is already
active (just log a warning that it's most likely a ThreadLocal leak)
- always associate the conversation context with the current HTTP
request




More information about the weld-commits mailing list