grails-spring-security-acl
grails-spring-security-acl copied to clipboard
Integration test for kmalhotra:patch-1. This test will fail without the kmalhotra:patch-1.
Required (since GORM 6.1) for Dirty checking to correctly work(Section 1.2.13 at http://gorm.grails.org/latest/hibernate/manual/index.html#upgradeNotes)
Log.trace with String and Object as parameter is niether available in Commons Log4jLogger class nor in slfj4j LocationAwareLogger class. So it has become difficult to extend this class.
An issue was found with the Spring security core plugin on the 22nd of November 2022 https://grails.org/blog/2022-11-22-ss-plugin-auth-cve.html This is just a bump to the version used to prevent the plugin...
Version 3.2.3 of `grails-spring-security-core` will be released soon. The version number of the referenced dependency needs to be updated.
When i call ``` aclService.createAcl( objectIdentityRetrievalStrategy.getObjectIdentity(report) ) ``` with the report domain having a UUID primary key, i get the exception, `Argument [grails.plugin.springsecurity.acl.AclSid(sid:admin, principal:true, id:null, properties:[sid:admin, principal:true], dirty:false, dirtyPropertyNames:[], attached:false,...
In `AclAutoProxyCreator#afterPropertiesSet` a list of beanNames is collected from the service class names. This list is later used to decide about creating a proxy for this bean in `getAdvicesAndAdvisorsForBean`. The...
Method AclObjectIdentityGormService::findAllByParentObjectIdAndParentAclClassName() searches now AclObjectIdentity objects so, that ALL objects of AclObjectIdentity are retrieved, and then the result is searched in this list (see below): ``` @CompileDynamic @ReadOnly List findAllByParentObjectIdAndParentAclClassName(Long...
I have an app with a bunch of existing domain objects/records I'm trying to add ACL to. I created a method that grants permissions. Within the method is a catch...
I'm working on a really old app that is still running Grails 1.3.7, and whos application.properties file still has this line plugins.spring-security-acl=1.1 When I try to generate the war, I'm...