Rob Winch
9ac570cba7
Update to Spring IO version
...
- Update Spring Boot 1.2.3.RELEASE
- Update Spring Security 4.0.0.RELEASE
- Update Spring 4.1.6.RELEASE
- Update Groovy 2.3.8
- Update Jackson 2.4.5
- Update Jedis 2.5.2
- Update Spring Data Redis 1.4.2
Fixes gh-126
2015-04-07 16:30:57 -05:00
Rob Winch
4dedb4d10a
Spaces to tabs and license cleanup
2015-04-03 11:13:13 -05:00
Rob Winch
64a0312bf7
Start Documentation
...
Issue gh-41
2014-12-23 17:26:27 -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
646682b056
EnableWebMvcSecurity->EnableWebSecurity
2014-12-11 20:56:24 -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
25804f1725
Add WebSocket Support
...
Fixes gh-35
2014-11-12 21:13:23 -06:00