提交历史

作者 SHA1 备注 提交日期
  Luke Taylor dca566ff1f SEC-1149: WebInvocationPrivilegeEvaluator now contains methods to evaluate the permissions on URIs directly. Deleted FilterInvocationUtils. 16 年之前
  Luke Taylor d1cb85e4f3 Refactoring of methods names in UrlUtils for consistency. 16 年之前
  Luke Taylor f6800fbe04 Refactored to remove dependency on FilterInvocationUtils. 16 年之前
  Luke Taylor 4bc788828c SEC-1147: Remove use of SessionRegistryUtils. Inlined the methods. 16 年之前
  Luke Taylor 8c94e39150 SEC-1118: Added run-as-manager-ref attribute to global-method-security element. Also updated schema to use xsd:token in place of xsd:string where appropriate. 16 年之前
  Luke Taylor 459a3095c4 SEC-1041: Applied patch with minor modifications - introduces permission constructor which sets pattern "on" code to '*' as a default. 16 年之前
  Luke Taylor 5aeca2d7dd Added test XML file for use messing about in an XML editor while generating schema. 16 年之前
  Luke Taylor 90b849c271 SEC-1100: Added support for <access-denied-handler> element which can take a ref or an error-page attribute. 16 年之前
  Luke Taylor 6db9a3facc Minor debugging optimizations. 16 年之前
  Luke Taylor 39cc865a36 SEC-1143: Fixed by using BeanDefinitionRegistry.isBeanNameInUse() instead of containsBeanDefinition() to check for the SessionRegistry availability. The former picks up the alias registration of the standard bean Id for user's bean Id. 16 年之前
  Luke Taylor e94baf38b3 Tidying up to remove warnings (generics, use of deprecated test classes etc). 16 年之前
  Luke Taylor f38c0eb675 Updated heavy-duty sample to be able to build it. 16 年之前
  Luke Taylor 929b6bb1a0 Refactoring to remove warnings in LDAP module. 16 年之前
  Luke Taylor c96da98e14 Removed unnecessary toString() 16 年之前
  Luke Taylor da823b2396 Tidying up. 16 年之前
  Luke Taylor d0a308c99b SEC-1107: Added test to attempt to reproduce issue. 16 年之前
  Luke Taylor 530a7b5d21 Use context returned by SecurityContextHolder.createEmptyContext() as contextObject default value. 16 年之前
  Luke Taylor 95ab95b6e3 SEC-1078: Missed commit of default strategy class. 16 年之前
  Luke Taylor 56c9117484 Tidying up generics and removing warnings from portlet module. 16 年之前
  Luke Taylor 7edf9635e7 Refactored to avoid use of SecurityContextimpl directly (similarly to approach in main servlet-based code). 16 年之前
  Luke Taylor 6bd7421a1b SEC-1078: Converted WASSecurityHelper to an internal interface and added test for scenario from this issue. 16 年之前
  Luke Taylor e45f6914ee Import cleaning. 16 年之前
  Luke Taylor bd1d19f372 Fix mockito usage error. 16 年之前
  Luke Taylor 50ac9d3b05 More generification to remove last warnings in core package. 16 年之前
  Luke Taylor 4f33f4677b Import cleaning. 16 年之前
  Luke Taylor a5792b094a More generification to remove last warnings in Acl package. 16 年之前
  Luke Taylor 8570d864dc Generifying DefaultPermissionFactory 16 年之前
  Luke Taylor 1454cbb78e SEC-1132: Moved TextUtils to web module and StringSplit utils into Digest authentication package (as they aren't used elsewhere). 16 年之前
  Luke Taylor a76cbee4bc SEC-1132: Moved ThrowableAnalyzer code to web module as it is only used in ExceptionTranslationFilter 16 年之前
  Luke Taylor 1ac0ea9d3f Moved InMemoryXmlApplicationContext to test src as it is only used in tests. 16 年之前