spring-session-data-mongodb icon indicating copy to clipboard operation
spring-session-data-mongodb copied to clipboard

Spring Session for MongoDB

Results 26 spring-session-data-mongodb issues
Sort by recently updated
recently updated
newest added

### Following link https://pivotal.io/security should be used to report security related issues ### Expected behavior ### Actual behavior I am using spring-session-data-mongodb. But sometimes, there is a null of princial...

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.2.3 to 1.2.13. Commits 2648b9e prepare release 1.2.13 bb09515 fix CVE-2023-6378 4573294 start work on 1.2.13-SNAPSHOT a388193 Merge branch 'branch_1.2.x' of github.com:qos-ch/logback into branch_1.2.x de44dc4 prepare release...

dependencies

Hi I'm trying to swap out using spring-session-data-redis for spring-session-data-mongo in a Webflux spring-cloud-gateway. Previously with the redis implementation session information in redis was correctly auto deleted after expiry. However...

https://github.com/spring-projects/spring-session-data-mongodb/blob/d0bb1f13e0f4ffe7c1e732512c9f53320e0c73b3/src/main/java/org/springframework/session/data/mongo/JdkMongoSessionConverter.java#L107 I found that the session timeout is always 1800s. Maybe it refers https://github.com/spring-projects/spring-session-data-mongodb/blob/d0bb1f13e0f4ffe7c1e732512c9f53320e0c73b3/src/main/java/org/springframework/session/data/mongo/MongoIndexedSessionRepository.java#L56

### Expected behavior Store the security context after redirect to target uri from oauth2/authorize endpoint ### Actual behavior The security context is lost when redirect to login form from oauth2/authorize...

Many POMs use variables like ${basedir}. That is the short form of ${project.basedir}. The form without prefix is deprecated: https://maven.apache.org/guides/introduction/introduction-to-the-pom.html#Available_Variables

### Expected behavior Get information on how to use Spring Session MongoDB, hopefully with AWS DynamoDB as a MongoDB option. ### Actual behavior 404 page. ### Steps to reproduce Visit...

An anonymous user session with principal=null is created in Mongo when I enter my app. The user authenticates with Spring Security SAML2. Session fixation protection kicks in and changes the...

Some of the newer MongoDB codecs (like the `LocalDateTimeCodec`) are not available for `BasicDBObject` which can lead to unexpected behaviour. `toString()` for example will fail with `org.bson.codecs.configuration.CodecConfigurationException: Can't find a...