grails-spring-security-core icon indicating copy to clipboard operation
grails-spring-security-core copied to clipboard

Grails Spring Security Core Plugin

Results 135 grails-spring-security-core issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gradle](https://gradle.org) ([source](https://redirect.github.com/gradle/gradle)) | patch | `7.6.3` -> `7.6.4` | --- ### Release Notes gradle/gradle (gradle)...

type: dependency upgrade
maintenance
deps
chore

### Expected Behavior The app should run and connect to Active Directory over LDAP ### Actual Behaviour Error creating bean with name 'filterInvocationInterceptorDeregistrationBean': Initialization of bean failed; nested exception is...

### Expected Behavior It should just work ### Actual Behaviour ``` Configuring Spring Security Core ... 15:12:09.626 ERROR [main] o.s.boot.SpringApplication : Application run failed java.lang.NullPointerException: Cannot invoke method startsWith() on...

### Issue description Inside SpringSecurityService.groovy there is a getCurrentUserId() method that returns the id property from the principal. I see no reference to this method in the documentation. Is this...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.springframework.boot:spring-boot-starter-tomcat](https://spring.io/projects/spring-boot) ([source](https://redirect.github.com/spring-projects/spring-boot)) | `3.3.3` -> `3.3.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.springframework.boot:spring-boot-starter-tomcat/3.3.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency upgrade
bug
maintenance
deps

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.tomcat:tomcat-jdbc](https://tomcat.apache.org/) | `10.1.29` -> `10.1.30` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.tomcat:tomcat-jdbc/10.1.30?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/org.apache.tomcat:tomcat-jdbc/10.1.30?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

type: dependency upgrade
bug
maintenance
deps

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.groovy:groovy](https://groovy-lang.org) ([source](https://redirect.github.com/apache/groovy)) | `4.0.22` -> `4.0.23` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.apache.groovy:groovy/4.0.23?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

type: dependency upgrade
bug
maintenance
deps

### Expected Behavior Configuring `grails.plugin.springsecurity.sch.strategyName='MODE_INHERITABLETHREADLOCAL'` should allow spawned threads to inherit authentication ### Actual Behaviour Spawned threads do not inherit authentication ### Steps To Reproduce In Spring security 5.8 (https://github.com/spring-projects/spring-security/commit/31e25b115e412b5c741b1cc80f1a2f33539610be)...

### Issue description On `grails-core` milestone docs are published to the `/latest` directory on gh-pages, whereas on `grails-spring-security` they are not. https://docs.grails.org/latest/guide/single.html https://github.com/apache/grails-spring-security/tree/gh-pages/latest https://apache.github.io/grails-spring-security/latest/ On grails-spring-security, milestone docs are currently...