Commit Graph

17 Commits

Author SHA1 Message Date
Rob Winch
a4e003ebf1 HeaderSessionStrategy uses response.setHeader
Previously multiple headers might be outputed. This ensures that only a
single header is sent back with the session id.

Fixes #32
2014-08-01 15:24:50 -05:00
Rob Winch
2732a183f3 OnCommitedResponseWrapper commits when buffer exceeded
Fixes #26
2014-08-01 15:24:50 -05:00
Rob Winch
0d217c680a OnCommittedResponseWrapper triggers commit when content length is reached
Fixes #26
2014-07-31 16:01:18 -05:00
Rob Winch
eb0da565f3 Reorder SessionRepository methods
Fixes #29
2014-07-30 12:10:56 -05:00
Rob Winch
903017285b Create ExpiringSession which extends Session
This provides a better separation for consumers of the API. Most users are
likely not interested in checking to see if a session is expired so they
can focus on the Session API.

Fixes #28
2014-07-30 12:10:56 -05:00
Rob Winch
f1fa380bdd Move session.web to session.web.http
Fixes #18
2014-07-30 12:10:56 -05:00
Rob Winch
699bdf94a0 Remove Sesion.setLastAccessedTime
Fixes #16
2014-07-30 12:10:56 -05:00
Rob Winch
cc71e1f567 Remove Serializable from Session
Fixes #15
2014-07-30 12:10:55 -05:00
Rob Winch
602359a5d8 Update Copyright dates 2014-07-08 14:28:55 -05:00
Rob Winch
8f2c692a92 Remove .project files 2014-07-08 13:34:04 -05:00
Rob Winch
68414fa7a7 Polish for Sonar violations 2014-07-08 13:32:48 -05:00
Rob Winch
ca42853c70 Remove source/target compatability 2014-07-08 13:26:47 -05:00
Rob Winch
f03dd6f168 Improve test coverage 2014-07-08 13:25:09 -05:00
Rob Winch
722082a95c Add Sonar 2014-07-03 16:13:35 -05:00
Rob Winch
bad70bb0ca Javadoc 2014-07-03 12:07:52 -05:00
Rob Winch
cafa62589d Do not apply maven plugin to samples 2014-07-02 17:00:22 -05:00
Rob Winch
1acbca062a Move src to separate project to support sample 2014-07-01 17:28:50 -05:00