Markus Jung
Markus Jung
**Is your feature request related to a problem? Please describe.** Currently there is no build for the latest ubuntu interim release 22.10, though there have been builds for ubuntu iterim...
This resolves #443
Sessions from inside a webapp using a custom Principal cannot be deserialized because the wrong ClassLoader gets used implicitly using the ObjectInputStream in [TranscoderService#deserializePrincipal](https://github.com/magro/memcached-session-manager/blob/master/core/src/main/java/de/javakaffee/web/msm/TranscoderService.java#L364). See this Stracktrace: ``` java.lang.ClassNotFoundException: org.example.CustomPrincipal...
Session data appears to have a longer TTL in redis than validity data, causing issues with proper session expiration. The following line gets logged a couple hundred times before a...
This resolves https://github.com/magro/memcached-session-manager/issues/436
Storing sessions with authType JASPIC is not supported because de.javakaffee.web.msm.TranscoderService$AuthType does not contain a mapping for JASPIC Exception: ``` 25-10-2021 13:14:42 -- bf99e3ed49f3 - [http-nio-8080-exec-1] WARN BackupSessionTask:176 - FAILED for...
For the related discussion see https://lists.apache.org/thread/3py3htgx0l4bd46tsd90l138xqy65s7t @rmannibucau sorry it took me a bit to get back on this but please take a look if this is what you had in...