Rob Winch
3f23643121
Polish Boot documentation
...
This removes the warnings produced by the invalid callout in the boot
reference. It also provides an example of how to customize the redis
connection and links to the "Connection to Redis" section of the
Spring Boot reference.
Issue #108
2015-01-15 11:11:33 -06:00
Roy Kachouh
afc3752b33
Remove unnecessary JedisConnectionFactory bean
2015-01-15 10:44:05 -06:00
Rob Winch
ba07c1d562
Add httpsession-xml
...
Fixes #103
2015-01-14 11:40:49 -06:00
Rob Winch
d62d5a8731
Disable Artifactory Deploy for WebSocket Sample
...
Fixes gh-95
2015-01-07 15:34:52 -06:00
Rob Winch
4fd62ae0af
Disable Artifactory Deploy for Spring Boot Sample
...
Fixes gh-94
2015-01-07 15:34:30 -06:00
Rob Winch
0f034312a2
Remove @Override from interface overrides
2015-01-06 13:47:49 -06:00
Rob Winch
090d106376
Polish docs
2015-01-06 13:46:36 -06:00
Rob Winch
cd85c647ff
Add REST Sample
...
Issue gh-41
2015-01-05 12:56:57 -06:00
Rob Winch
64a0312bf7
Start Documentation
...
Issue gh-41
2014-12-23 17:26:27 -06:00
Rob Winch
59dbd75ca2
Add REST sample
...
Fixes gh-89
2014-12-23 16:42:30 -06:00
Rob Winch
ddff1f4c0d
Ensure values of _s are encoded
...
Fixes gh-80
2014-12-23 16:39:18 -06:00
Rob Winch
8f3600c49a
samples/web->samples/httpsession
2014-12-23 16:39:04 -06:00
Rob Winch
7f9b5c0515
Ensure Redis Configured to Send Keyspace Notifications
...
Previously there was a possibility that Session to WebSocket mapping was
leaked if keyspace notifications were not enabled in Redis.
To resolve this the RedisHttpSessionConfiguration now ensures that Redis
is configured to enable Keyspace notifications.
Fixes gh-76 gh-81
2014-12-23 16:38:42 -06:00
Rob Winch
b3130edd98
Remove @Override from Interfaces
...
This is necessary to ensure the code compiles in Eclipse.
Fixes gh-83
2014-12-22 16:37:53 -06:00
Rob Winch
dd4ea20656
Add Spring Security Sample
...
Fixes gh-68
2014-12-12 16:09:11 -06:00
Rob Winch
8e80347022
Added Spring Boot Sample
...
Fixes gh-37
2014-12-12 12:56:19 -06:00
Rob Winch
646682b056
EnableWebMvcSecurity->EnableWebSecurity
2014-12-11 20:56:24 -06:00
Rob Winch
604ec4a50d
Session.getAttribute returns generic type
...
This prevents the need to cast the attribute values.
Fixes: gh-64
2014-12-11 11:05:33 -06:00
Rob Winch
9834e91c6d
Make JDK 1.5 compatible
...
Fixes gh-71
2014-11-26 08:49:58 -06:00
Rob Winch
71cac12479
WebSocketSecurityConfig now uses .authenticated()
...
This is a simpler example without being coupled to any specific roles.
2014-11-25 20:38:07 -06:00
Rob Winch
d015f4c25a
Added Hazelcast Sample
...
Fixes gh-63
2014-11-17 16:53:05 -06:00
Rob Winch
519c83ea5a
Polish users log in error style
2014-11-17 14:51:53 -06:00
Rob Winch
3cd4364566
Add Invalid Username/Password to users sample
...
gh-49
2014-11-17 14:48:58 -06:00
Rob Winch
6b6ed48095
users sample password type=text->type=password
...
Change the password input of the users sample from type of text to type
password.
gh-49
2014-11-17 12:59:42 -06:00
Rob Winch
a0805e8411
Add support for multiple sessions in a browser
...
Fixes gh-49
2014-11-16 22:13:27 -06:00
Rob Winch
25804f1725
Add WebSocket Support
...
Fixes gh-35
2014-11-12 21:13:23 -06:00
Rob Winch
f1ea4793bb
Remove throws Exception from Sample config
2014-10-27 11:27:59 -05:00
Rob Winch
b05fe2355e
Move from default package to sample
2014-09-30 14:28:39 -05:00
Rob Winch
480296c185
Externalize the embedded Redis Server configuration
...
This provides a clear separation of what configuration does what.
2014-09-30 14:26:39 -05:00
Rob Winch
d026dd6821
Add AbstractHttpSessionApplicationInitializer
...
This reduces the boilerplate code required to register Spring Session with
the servlet container.
Fixes gh-43
2014-09-30 14:13:26 -05:00
Rob Winch
417174388b
Add EnableRedisHttpSession
...
Fixes gh-42
2014-09-30 13:40:15 -05:00
Rob Winch
750ae663fc
Create spring-session-data-redis pom
2014-09-30 10:09:47 -05:00
Rob Winch
0abbba0309
Polish Generics and Update Spring Version
...
We needed to update Spring Version to avoid
https://jira.spring.io/browse/SPR-11471
2014-09-30 09:07:46 -05:00
Rob Winch
6130a10d14
Remove Compiler Warnings
...
* Fixes Generics
* Remove unused imports
* Ignore serialize warnings in tests
Fixes gh-40
2014-09-29 22:00:46 -05:00
Rob Winch
52827f4a46
Remove samples/web/.project
2014-09-29 21:20:58 -05:00
Rob Winch
dcfd85e933
Sample properly uses RedisTemplate<String,ExpiringSession>
...
Fixes #33
2014-08-11 22:36:47 -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
923c00fd5f
Merge pull request #14 from arafalov/patch-1
...
Spelling fix for word 'attribute'
2014-07-25 14:24:02 -05:00
István Földházi
4aacf2fcea
Typo in index.jsp
2014-07-21 09:58:21 +02:00
Alexandre Rafalovitch
c8c8844fff
Spelling fix
2014-07-10 08:55:34 +07:00
Rob Winch
602359a5d8
Update Copyright dates
2014-07-08 14:28:55 -05:00
Rob Winch
ca42853c70
Remove source/target compatability
2014-07-08 13:26:47 -05:00
Rob Winch
722082a95c
Add Sonar
2014-07-03 16:13:35 -05:00
Rob Winch
e907e2b036
Disable artifactoryPublish for sample
2014-07-02 16:48:58 -05:00
Rob Winch
1c552aea79
Add Sample
...
Fixes #8
2014-07-02 16:00:53 -05:00