Skip to content

Commit

Permalink
Merge pull request #8342 from pferraro/web
Browse files Browse the repository at this point in the history
WFLY-5595 NPE during serialization of HttpSession metadata when using <transaction mode="NONE"/>
  • Loading branch information
n1hility committed Oct 28, 2015
2 parents 0ebcabb + 25a1d9c commit fbef767
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
public class SimpleSessionCreationMetaData implements SessionCreationMetaData {

private final Instant creationTime;
private volatile Duration maxInactiveInterval;
private volatile Duration maxInactiveInterval = Duration.ZERO;

public SimpleSessionCreationMetaData() {
this(Instant.now());
Expand Down

0 comments on commit fbef767

Please sign in to comment.