Rob Winch
64a0312bf7
Start Documentation
...
Issue gh-41
2014-12-23 17:26:27 -06:00
Rob Winch
ddff1f4c0d
Ensure values of _s are encoded
...
Fixes gh-80
2014-12-23 16:39:18 -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
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
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