jcoleman / tomcat-redis-session-manager

Redis-backed non-sticky session store for Apache Tomcat
MIT License
1.8k stars 1.12k forks source link

Java 8 with tomcat 7 Support #76

Open Sixuan opened 8 years ago

Sixuan commented 8 years ago

Hi, This library looks pretty solid for Java 7 with tomcat 7. I'm assuming it would also be compatible for "Java 8 with tomcat 7"? Is there anything else I should do or it should just work as it? Any feedback is really really appreciated.

Thanks

tpietsch commented 8 years ago

https://github.com/tpietsch/tomcat-redis-session-manager

vijaygoturi commented 7 years ago

@Sixuan Are you able to work with Java 8 version?

Sixuan commented 7 years ago

Yes. Been using github.com/tpietsch/tomcat-redis-session-manager for a year on Java 8 and tomcat 7, haven't seen problems so far.

vijaygoturi commented 7 years ago

It is getting redirected to j_security_check after the login

robertofd commented 6 years ago

hi , is posible use redis-session-manager with java 8 and tomcat 8?