600 Commits (05d55ea83ab9e4108879fda170b32a634538635b)

Author SHA1 Message Date
Ben Alex e3b9920d9c Fix default query string to remove ambiguous columns. Thanks to Aaron Tang. 22 years ago
Ben Alex 89ba20f057 Fix Tomcat compatibility issue where HttpSession unavailable during "logoff". Thanks to Aaron Tang. 22 years ago
Ben Alex 82ed7253d4 Refactor AbstractFilterInvocationDefinitionSource to use a standard URL String in its lookup method, rather than a full FilterInvocation. This will make it easier for views (taglibs etc) to access URI security details without needing to construct a MockFilterInvocation. 22 years ago
Ben Alex 76c82db196 Refactor EH-CACHE integration classes to work with Spring IoC provided Cache rather than manage our own cache internally. 22 years ago
Ben Alex 41b41ba316 Expand test coverage. Clover via Maven (without excluding appropriate patterns like *Exception and debug messages) has modified coverage from 77.2% to 95%. 22 years ago
Ben Alex 07e2037251 Find target domain object argument in a manner that works if nulls are presented for the domain object argument. 22 years ago
Ben Alex e75fc613b1 Gracefully handle null ContextHolder / Authentication etc. 22 years ago
Ben Alex 7a4a46cc7b General refactoring of taglibs. 22 years ago
Ben Alex 1b660d4d5b Handle usernames that are empty Strings. 22 years ago
Ben Alex ab6df6cfce Make InternalMethodInvocation package protected for better unit test support. 22 years ago
Ben Alex f73fc735c2 Improve startup error detection and eliminate unnecessary checks for null application context. 22 years ago
Ben Alex 4c1c7dcff5 Fix bugs. 22 years ago
Ben Alex 22f8cd0c44 Improve null handling. 22 years ago
Ben Alex 3a0e43337c Improve test coverage and error detection at startup time. 22 years ago
Ben Alex 699f97929a Fix bug where class should delegate to setDetails method - not set the details directly. 22 years ago
Ben Alex 89eed486e2 Add alwaysUseDefaultTargetUrl feature to AbstractProcessingFilter. 22 years ago
Carlos Sanchez b0f6c5179a Documentation improvement 22 years ago
Ben Alex a159d89ffd Initial commit. 22 years ago
Ben Alex 4ca1e2fd99 Add logging. 22 years ago
Ben Alex f251436a99 Improve logging and enable ACL determination to use an Object obtained from an internal method of the located processDomainObjectClass. 22 years ago
Ben Alex 61580d1973 Move RMI context propagation support classes to core, and rename and document to more clearly reflect function. 22 years ago
Ben Alex ba16c01b90 Add toString() method so more informative when context propagation takes place, such as via ContextPropagatingRemoteInvocation. 22 years ago
Carlos Sanchez 58306157df *** empty log message *** 22 years ago
Ben Alex 177c00556d Support just creating the acl_object_identity, without necessarily an acl_permission as well. 22 years ago
Ben Alex af5917b685 Added BasicAclExtendedDao interface and JdbcExtendedDaoImpl for ACL CRUD. 22 years ago
Ben Alex bc9a599bf7 Remove noisy logging. 22 years ago
Ben Alex d6beb9804f Place authz taglib in correct JAR location (META-INF). 22 years ago
Ben Alex 612971e134 Initial commit of a concrete AfterInvocationManager. 22 years ago
Ben Alex 694bdb603d Initial commit. 22 years ago
Ben Alex 5f6aa9c49e Refactoring to support "after invocation" processing. 22 years ago
Ben Alex 03a530b36b Improve JavaDocs. 22 years ago
Ben Alex d639e5c02f Expand logging. 22 years ago
Ben Alex 9972c69408 Support Authentication.getPrincipal() of UserDetails and improve logging. 22 years ago
Ben Alex e462c5a201 Minor polishing. 22 years ago
Ben Alex 68dc38841f Add an Authentication and Acl taglib. 22 years ago
Ben Alex 70a9c76f69 Remove unnecessary console output from tests. 22 years ago
Ben Alex ef2e45df77 Update tests to support incompatible collaborator detection now in AbstractSecurityInterceptor. 22 years ago
Ben Alex e83c66bb37 Expand test coverage so GrantedAuthorityEffectiveAclsResolver properly handles Authentication with a principal of type UserDetails. 22 years ago
Ben Alex 695948c31d Remove unused import. 22 years ago
Ben Alex f1d993f47b Made BasicAclProvider to only respond to specified ACL object requests. 22 years ago
Carlos Sanchez cd56f2ed4a Moved from test to main 22 years ago
Carlos Sanchez 8cf6867cba Moved name to subprojects 22 years ago
Ben Alex fde59c2f29 Ad mock method implementation now we're using HttpSession.removeAttribute(). 22 years ago
Ben Alex 565c2e580b Remove debug messages. 22 years ago
Carlos Sanchez d27fb49803 *** empty log message *** 22 years ago
Carlos Sanchez 55624cf5dd Moved resources from java dir to resources dir 22 years ago
Carlos Sanchez 928498b53d Removed AutoIntegrationFilter 22 years ago
Carlos Sanchez b25a6e002b *** empty log message *** 22 years ago
Ben Alex 89f6fcf5c9 Refactor to use an application context, thus enabling event publishing and use of DefaultAdvisorAutoProxyCreator. 22 years ago
Ben Alex 537a58d754 Added net.sf.acegisecurity.intercept.event package. 22 years ago