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

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


  Branch: refs/heads/master
  Home:   https://github.com/weld/core
  Commit: 30d194310ec76aa99066ebafca1978cf1d97ecf8
      https://github.com/weld/core/commit/30d194310ec76aa99066ebafca1978cf1d97ecf8
  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