Commit Graph

26 Commits (e073ebd438a15307640b5708085050ec4b752af2)

Author SHA1 Message Date
Nikita Koksharov d60ac52f18 refactoring 1 month ago
Nikita Koksharov 58da15d5d0 Fixed - Redisson shutdown exception is thrown during background process of expired Tomcat sessions. #6173 4 months ago
Jakub Glapa 0c5392128a copy changes to other tomcat versions
Signed-off-by: Jakub Glapa <jakub.glapa@gmail.com>
5 months ago
Nikita Koksharov 67f03e214e Improvement - performance optimization for Apache Tomcat Session management 7 months ago
Nikita Koksharov 86eae5df6f Fixed - NPEs in Tomcat logs. #5995 7 months ago
Etienne Hardy 9fbad3b6f5 Making sure that redisson:tomcat_notified_nodes keys get an expiration on SessionDestroyedMessage.
Replicating the expiration set RedissonSession.delete().

Signed-off-by: Etienne Hardy <etienne.hardy@appdirect.com>
8 months ago
Brandon Clay b69b921c3c Fix #5426
Override setId from StandardSession to detect ID change and invoke rename on the persisted map. Add functions in Session Manager to support calling directly through to super class.

Signed-off-by: Brandon Clay <brandon.clay@bcdautomation.com>
8 months ago
Nikita Koksharov 0b60e270c3 Fixed - Unable to find session error reported by RedissonSessionManager #5835 10 months ago
Nikita Koksharov f88a10ee67 Fixed - ConcurrentModificationException is thrown on RedissonSession.save() method if readMode = MEMORY and updateMode = AFTER_REQUEST #5677 11 months ago
Nikita Koksharov 64d1ab55d4 Fixed - ConcurrentModificationException thrown on RedissonSession save method if readMode = MEMORY and updateMode = AFTER_REQUEST #5677 11 months ago
Nikita Koksharov 8af2cc114b refactoring 11 months ago
Nikita Koksharov 2b84ab2f72 Fixed - ConcurrentModificationException thrown on RedissonSession save method if readMode = MEMORY and updateMode = AFTER_REQUEST #5677 12 months ago
Nikita Koksharov 0482efe147 license updated 1 year ago
Nikita Koksharov 17981b4347 Fixed - HttpSessionListener#sessionDestroyed() method isn't called if Tomcat Session deleted by the node which didn't create it #5408 1 year ago
Nikita Koksharov ba2d285653 Fixed - Tomcat Manager "Session can't be found" message should have debug level. 2 years ago
Nikita Koksharov f945f22c44 test fixed 2 years ago
Nikita Koksharov 066b5f2bb6 migration to junit 5 2 years ago
Nikita Koksharov 2f4e77de1a Feature - Apache Tomcat Manager should use sharded pubsub in Redis Cluster 7.0+ #5090 2 years ago
Nikita Koksharov def51ad504 Fixed - Unable to find session error arise if Tomcat session was deleted or expired #4963 2 years ago
Nikita Koksharov 479cef1764 license header updated 2 years ago
Nikita Koksharov 293809e8f1 Feature - Tomcat 10.1.x support #4582 2 years ago
Nikita Koksharov 5d2d20b9fd Feature - RExpirable.expire(duration) method added. 3 years ago
Nikita Koksharov ac83c953d6 Feature - broadcastSessionUpdates setting added to Tomcat Session Manager. #3596 4 years ago
Nikita Koksharov b050966dd3 license updated 4 years ago
Nikita Koksharov 9b98d68909 Fixed - remove authType and principal attributes on Tomcat logout. #2774 4 years ago
Nikita Koksharov 35fce14906 Feature - Tomcat 10 support added. #3322 4 years ago