Commit Graph

103 Commits (8c3c3d5b5d5490a3962777f4aef3a61fef78eca0)

Author SHA1 Message Date
Zhelyazko Chobantonov 9ab8fb1ded Remove UpdateValve from pipeline in RedissonSessionManager stopInternal method - resolves #2046
Execute UpdateValve's store session within application classloader - resolves #2047
6 years ago
Zhelyazko Chobantonov 263871f3a5 Remove UpdateValve from pipeline in RedissonSessionManager stopInternal method - resolves #2046
Execute UpdateValve's store session within application classloader - resolves #2047
6 years ago
Nikita Koksharov b88765b8a6 Fixed - session parameters aren't updated completely in readMode=MEMORY #2020 6 years ago
Nikita Koksharov ebf9f42e63 Feature - broadcastSessionEvents setting added to Tomcat Session Manager. #1595 6 years ago
Nikita Koksharov 7dda76261d Fixed NPE in RedissonSession #1971 6 years ago
Nikita Koksharov 4b023aa341 Fixed - Tomcat Session Manager doesn't remove session attributes in updateMode=AFTER_REQUEST. #1971 6 years ago
Nikita Koksharov ee51283731 Fixed - codec provided in Redisson configuration should be used for attribute messages serialization. #1905 6 years ago
Nikita Koksharov d8ae21e540 Fixed - ClassNotFoundException is thrown by Tomcat Session Manager in readMode = MEMORY #1959 6 years ago
Nikita Koksharov d5ee9a728b Fixed - fresh Tomcat instance unable to load session stored in Redis. #1558 6 years ago
David Nouls 9afe9d26be Allow tomcat RedissonSessionManager to support async servlets 6 years ago
Nikita Koksharov 31dfbdbcf2 Fixed - NPE arise during Tomcat Session getAttribute/delete methods invocation.
getAttributeNames and getValueNames methods implementation. #1874
6 years ago
Nikita Koksharov ce8a8eb791 Fixed - JndiRedissonSessionManager shouldn't shutdown Redisson instance. #1872 6 years ago
Nikita Koksharov 9d3d4a8562 License header updated 6 years ago
Nikita Koksharov 6531573603 Improvement - Tomcat Session recycle method implementation 6 years ago
Nikita Koksharov 79e03e13aa Fixed - Getting java.lang.ClassNotFoundException if same Redisson instance used in tomcat and application. #1668 6 years ago
Nikita Koksharov ae14dba2fc Fixed - RedissonSessionManager throws java.lang.ClassNotFoundException if readMode=MEMORY #1867 6 years ago
Nikita Koksharov 959fad1771 Fixed - Tomcat Session expires in Redis earlier than scheduled by Tomcat. #1861 6 years ago
Nikita Koksharov 4fbaa1bfeb Fixed - RedissonSession.getAttribute throws NPE #1859 6 years ago
Nikita Koksharov 20ef832ef6 Improvement - Tomcat Session key encoding changed to String 6 years ago
Nikita Koksharov ba6b9fdbfc Improvement - return null if session object couldn't be parsed. #1773 6 years ago
Nikita Koksharov 5095cd7fa7 refactoring 6 years ago
Nikita Koksharov e4ba9eaf09 Feature - JndiRedissonFactory and JndiRedissonSessionManager added. #1819 6 years ago
Nikita 731234707e Feature - multi type listeners support for RTopic object. #731 6 years ago
Yasin Koyuncu c0e06ec39f Restore headers 7 years ago
Yasin Koyuncu 30f361b775 Fix tomcat session replication issue #1414 7 years ago
Nikita c6269509c7 refactoring 7 years ago
Nikita d5e0e6e97e MessageListener method signature fixed 7 years ago
Nikita 2c05c92006 Fixed - ClassNotFoundException arise in Tomcat session manager #1454 7 years ago
Nikita bb491f60f1 Fixed - ClassNotFoundException arise in Tomcat session manager #1454 7 years ago
Nikita fe79bbf5f2 Serializable interface added AttributeMessage 7 years ago
Nikita a4b4c38a70 replication for Tomcat sessions located in memory. #1414 7 years ago
Faisal Ahmed b0381de67a fixed missing colon problem in user defined key prefix. 7 years ago
Faisal Ahmed 51eaa2a474 changed "keySpace" property name to "keyPrefix" 7 years ago
Faisal Ahmed 577ea99818 Added mechanism to configure tomcat session key prefix. 7 years ago
Nikita dfa3b4c2dd Copyright updated 7 years ago
Nikita b2d40e43a5 Fixed - tomcat session renewal. #1311 7 years ago
Nikita a55562c672 UpdateMode.AFTER_REQUEST mode optimization. #1302 7 years ago
Nikita 233dafc444 UpdateMode option renamed 7 years ago
Nikita e8bd2aa54c updateMode setting added. #1222 7 years ago
Nikita 65ac6f33db Fixed NPE in RedissonSession.save #1149 7 years ago
Michael Cameron e400692e55 Separate client construction into separate method to support child classes that configure differently 7 years ago
Nikita e42c9c1c26 Fixed - RedissonSession.setValid(false) can recreate Tomcat session. Session validity checking improved. #974 8 years ago
Nikita b573eadd80 Added readMode property for RedissonSessionManager #974 8 years ago
Nikita 056adfa7d5 RedissonSession attributes should be read in first order to avoid invalidated session exception. #974 8 years ago
Nikita 90f1d528ca Fixed - ContextClassLoader should be used by Redisson Codec for Tomcat session's object serialization. #974 8 years ago
Nikita 3c0449eda7 Fixed - Tomcat RedissonSessionManager doesn't remove session on invalidation/expiration. #972 8 years ago
Nikita 93b7a60ee9 refactoring 8 years ago
Nikita 204a594725 TomcatSessionManager can't be used in Tomcat if it already has been deployed in Application. #784 8 years ago
Nikita 40c39c90e6 NoSuchFieldError exception fixed. #746 8 years ago
Nikita 3dbf0488fd redis address format fixed 8 years ago
Nikita 4fe4c84559 Tomcat stop process fixed 8 years ago
Nikita 0b85ea91ee RedissonSession optimization. #590 8 years ago
Nikita c378299009 Tomcat session manager implemented. #590 8 years ago