Commit Graph

  • 2d3d5ceb8d Tidying. Luke Taylor 2007-10-20 23:17:56 +00:00
  • cffd3131f0 Added building of filter chain in post-processing, support for basic authentication and automatic generation of login page, if no loginUrl supplied. Luke Taylor 2007-10-20 23:17:01 +00:00
  • f0d8db5ce6 Store the default order values of security filters. Luke Taylor 2007-10-20 23:12:41 +00:00
  • 7afa99a21a Security filter base class. Luke Taylor 2007-10-20 23:10:53 +00:00
  • a6a372a5ab SEC-568: Added the decorated for filter-chain-map to the namespace handler registry. Luke Taylor 2007-10-20 23:10:28 +00:00
  • 2b14d2da98 Make Spring Security filters implement the Ordered interface, for use when post-processing the application context Luke Taylor 2007-10-20 23:09:23 +00:00
  • 9b8c06e9f6 SEC-568: Introduced FilterChainMap as a simpler option for configuring FilterChainProxy and introduced a namespace-based for configuring it. The Url pattern matching is factored out into a separate strategy with ant and regex versions. Luke Taylor 2007-10-20 23:05:03 +00:00
  • d6fe97de43 Latest updates to namespace configuration. Luke Taylor 2007-10-20 22:58:59 +00:00
  • 28d04c1759 Removed unnecessary casts, corrected incomplete comment and reformatted code. Luke Taylor 2007-10-19 11:53:26 +00:00
  • 380b22f50d Removed unused autodetect method and reformatted code. Luke Taylor 2007-10-18 16:50:31 +00:00
  • bd740a91a2 Corrected remember-me parameter name in samples and log file name in tutorial sample (was "contacts.log"). Luke Taylor 2007-10-16 13:52:01 +00:00
  • c51bcd9c1f Changed method protection config to make it compatible with MethodDefinitionMap for the time being. Luke Taylor 2007-10-14 14:29:15 +00:00
  • a4b522351f Added "unprotected" method for tests Luke Taylor 2007-10-14 14:15:51 +00:00
  • 0b54eece28 Added code to set the manager username and password if supplied. Luke Taylor 2007-10-13 21:20:19 +00:00
  • 3d0f3302dc RNC file used for convenience to generate the namespace xsd schema file. Luke Taylor 2007-10-13 16:27:14 +00:00
  • 0f4cdf345d Intermediate checkin of experimental namespace config work (additional parser files). Luke Taylor 2007-10-13 16:26:08 +00:00
  • 627b0b38ad Intermediate checkin of experimental namespace config work. Luke Taylor 2007-10-13 16:24:24 +00:00
  • 98f6111d06 Corrected wrong error message in ProviderManager. Luke Taylor 2007-10-13 12:15:13 +00:00
  • e561b87987 Switched testOperation method to use unicode escaped characters. Luke Taylor 2007-10-13 11:40:16 +00:00
  • 75bc838ae8 Switched testOperation method to use French locale to prevent use of default machine locales such as Chinese (see previous commit sg). Luke Taylor 2007-10-11 16:18:28 +00:00
  • 0a214e4930 Removed locale-specific message value assertions which will cause tests to fail if run with a different standard locale for which we have a message file (e.g. Chinese). Luke Taylor 2007-10-11 15:23:01 +00:00
  • 92bc57eefd Switch test to use a specific locale for which we have a message file (french). The default ResourceBundle behaviour is to attempt to load the platform locale if the specified one isn't found before using the default. We don't have a messages_en.properties file, hence trying to use "en" locale on a Chinese computer will result in Chinese messages being used (and test failing). Luke Taylor 2007-10-11 15:16:06 +00:00
  • 650a5467e8 Renamed ApacheDSStartStopBean to ApacheDSContainer and implemented LifeCycle interface. Luke Taylor 2007-10-03 18:09:53 +00:00
  • 3f2b9cd6fb SEC-562: More changes of Acegi name in comments, docs etc. Luke Taylor 2007-10-03 14:02:39 +00:00
  • 9dbeda1c85 Corrected out of date comments referring to SecurityEnforcementFilter etc. Luke Taylor 2007-10-03 11:13:40 +00:00
  • e7b680254f Formatted pom.xml to correct spacing. Luke Taylor 2007-10-02 16:32:19 +00:00
  • 87ddc63f73 Format to correct spacing. Luke Taylor 2007-10-02 16:13:55 +00:00
  • 6fbf73e74f Added explicit dependency override on mina 1.0.5 to get round this problem: Luke Taylor 2007-10-02 16:13:06 +00:00
  • 438dc44004 Minor changes to improve robustess of LDAP tests. Luke Taylor 2007-10-02 14:50:08 +00:00
  • 5a3f5fcd78 Minor changes to improve robustess of LDAP tests. Luke Taylor 2007-10-02 14:49:08 +00:00
  • a4266f3fb8 Minor imrovements to configuration of embedded apache server. Luke Taylor 2007-10-02 14:20:27 +00:00
  • acb02246e0 Refactored embedded LDAP server tests to make use of new namespace configuration. Use Junit 4 annotations in preference to AbstractDependencyInjectionSpringContextTests so that it is possible to clear up the context after each class is run rather than at JVM shutdown (causes problems with running embedded apache DS). Luke Taylor 2007-10-02 10:52:06 +00:00
  • 77b6503e2e SEC-271: Added namespace handler class and experimental LDAP parser. The latter creates an embedded Apache DS server if no server URL is supplied, so changed dependencies on the latter to compile-time/optional. Luke Taylor 2007-10-02 10:46:38 +00:00
  • 1a7b00106d Upgraded to junit 4.4 (mainly to allow use of BeforeClass and AfterClass annotations) and changed pom to use different source and versions for production and test sources (1.4 and 1.5 respectively) Luke Taylor 2007-10-02 10:41:24 +00:00
  • 3accd72e20 SEC-564: Improved svn-usage page and deleted old cvs-usage duplicate. Luke Taylor 2007-09-26 13:17:31 +00:00
  • 76a64f5e07 Change information on nightly builds (now contain source and binary jars in one archive). Luke Taylor 2007-09-26 13:07:30 +00:00
  • 50990b4291 Fixed version of jetty plugin at 6.1.5 Luke Taylor 2007-09-26 12:15:20 +00:00
  • 9a88d7737a SEC-562: Correct class names in web.xml files. Luke Taylor 2007-09-26 11:33:54 +00:00
  • 5066fc5e39 SEC-562: Changed urls for login, logout, switch user etc. Luke Taylor 2007-09-24 15:39:51 +00:00
  • c150e25c15 SEC-8: Replaced Integer.valueOf(int) calls with new Intgeger(int) for JDK 1.4 compatibility. Luke Taylor 2007-09-24 14:36:50 +00:00
  • f0bc3f0cd2 SEC-562: Changed project name in release script Luke Taylor 2007-09-23 21:37:12 +00:00
  • 7a6182ead4 SEC-562: Correct links in site.xml to match new module names. Luke Taylor 2007-09-23 21:35:46 +00:00
  • eacbc71ba1 Switch ldap server port to 3999 (intermittent test failures occurring). Luke Taylor 2007-09-23 20:57:01 +00:00
  • 18c8ba4ac2 SEC-562: Changing constants and key names. Luke Taylor 2007-09-23 11:16:01 +00:00
  • d1c866e477 SEC-562: Repackaging of config module in sandbox (currently tests will fail because of assumptions it makes about core that ave been rolled back, so still omitted from build). Luke Taylor 2007-09-23 10:57:33 +00:00
  • 56847d0af6 SEC-562: Tidying up module names in pom files. Luke Taylor 2007-09-22 21:44:39 +00:00
  • 9e17d95501 SEC-562: Repackaging portlet module which was missed. Luke Taylor 2007-09-22 21:37:44 +00:00
  • 757b153430 SEC-562: Repackaging adapters module. Luke Taylor 2007-09-22 11:54:13 +00:00
  • d8497a1642 SEC-562: Sandbox repackaging. Luke Taylor 2007-09-22 11:38:55 +00:00
  • e5e4f040a1 SEC-562: Sandbox repackaging. Luke Taylor 2007-09-22 11:28:12 +00:00
  • 79195fadf1 SEC-562: Tidied up some packaging errors in ntlm module. Luke Taylor 2007-09-22 10:34:46 +00:00
  • e04aa85fc2 Comment out the adapters from the build until the repackaging is finished. Luke Taylor 2007-09-21 18:32:45 +00:00
  • b7284964b7 SEC-562: Other pepackaging (apart from adapters which are currently broken svn-wise). Luke Taylor 2007-09-21 18:31:54 +00:00
  • a122e6bb74 SEC-562: Repackaging core-tiger. Luke Taylor 2007-09-21 18:29:12 +00:00
  • 43cca63394 SEC-562: Further repackaging. Luke Taylor 2007-09-21 18:24:52 +00:00
  • 4083e2ef92 SEC-562: Further repackaging. Luke Taylor 2007-09-21 18:24:16 +00:00
  • 5a586c04a9 SEC-562: Repackaging core. Luke Taylor 2007-09-21 18:18:21 +00:00
  • 274658f9b0 SEC-272: Added group tables to test DB. Luke Taylor 2007-09-21 15:51:36 +00:00
  • d19fe54c01 Renamed test class to match target (JdbcDaoImpl). Luke Taylor 2007-09-21 15:50:23 +00:00
  • 2c276a0f55 SEC-562: Experimental repackaging of ntlm package to make sure intellij move retains svn history. Luke Taylor 2007-09-21 11:41:36 +00:00
  • 9d01ace915 added spring-dao dependency (for DataAccessException) Luke Taylor 2007-09-19 22:25:52 +00:00
  • 400a3b90f0 SEC-232: Additional updates to hierachical roles code from contributor. Luke Taylor 2007-09-19 22:10:31 +00:00
  • eb0307bcd9 SEC-557: Reinstate use of default AccessDeniedHandlerImpl for the time being (2.0 branch). Luke Taylor 2007-09-19 16:49:18 +00:00
  • e243855822 SEC-557: Reinstated default AccessDeniedHandler (AccessDeniedHandlerImpl) which had been removed by mistake. Luke Taylor 2007-09-19 16:41:06 +00:00
  • 477dc308f8 SEC-413: Consistent redirect behaviour between LogoutFilter and AbstractProcessingFilter. (previous commit of AbstractProcessingFilter has an erroneous message). Luke Taylor 2007-09-19 16:27:23 +00:00
  • 7139cbafbb Removed assertions on response buffer size. Luke Taylor 2007-09-19 16:25:31 +00:00
  • dde3803532 Removed assertions on response buffer size. Luke Taylor 2007-09-19 16:24:20 +00:00
  • 03beaf0777 SEC-448: MD4 password encode implementation. Luke Taylor 2007-09-19 15:28:57 +00:00
  • 2ef2bfc514 SEC-561: Removed setting of respose buffer size prior to redirect. Luke Taylor 2007-09-19 15:17:29 +00:00
  • 809c962d3b Corrected method name in comment. Luke Taylor 2007-09-19 15:04:30 +00:00
  • 3c9008ea06 SEC-8: Renamed NtlmAwareLdapAuthenticatorImpl to NtlmAwareLdapAuthenticator as there is no longer a corresponding interface. Luke Taylor 2007-09-19 10:49:40 +00:00
  • 5fe6bfa59b Updated acegi version in pom.xml Luke Taylor 2007-09-19 00:31:31 +00:00
  • 3afa96d7cc SEC-8: Tidied up Ntlm contribution. NtlmAwareLdapAuthenticatorImpl was catching BadCredentialsExceptions which wouldn't be thrown since it doesn't actually do a bind. Changed to NameNotFoundException. Changed "bindWithoutDn" method name to "loadUser" which more clearly describes what it does. Luke Taylor 2007-09-19 00:27:17 +00:00
  • 58509a2736 Corrected method name in comment. Luke Taylor 2007-09-19 00:24:17 +00:00
  • 0288204432 SEC-369: Made spring-jdbc and spring-remoting optional dependencies in core. Removed explicit commons-lang dependency and updated commons logging to 1.1. Luke Taylor 2007-09-19 00:23:33 +00:00
  • fdd3dfc51f Remove explicit commons-lang dependency. Luke Taylor 2007-09-19 00:17:04 +00:00
  • 0b152a6df2 SEC-8: Removed custom interface and provider as the specialized authenticator should be sufficient. Luke Taylor 2007-09-19 00:01:01 +00:00
  • 870f10cc77 updated version number and added ntlm jar Luke Taylor 2007-09-17 22:48:56 +00:00
  • 2f03000b68 SEC-232: Add role hierarchy contribution. Luke Taylor 2007-09-17 22:37:39 +00:00
  • 1a4b32e50e Remove unused import. Luke Taylor 2007-09-17 22:17:42 +00:00
  • e872823490 SEC-559: Throw an initialization exception if configured truststore file doesn't exist. Luke Taylor 2007-09-17 21:29:40 +00:00
  • 96eb11aadc SEC-399: Add support for invalidating the existing session on successful authentication. Luke Taylor 2007-09-17 15:54:07 +00:00
  • 0efa5c3090 SEC-458: implementy hashCode() in PrincipalSid and GrantedAuthoritySid. Luke Taylor 2007-09-17 13:10:17 +00:00
  • d79d55c8b6 SEC-8: Changes to LDAP authenticator API to take an authentication object rather than username/password. Luke Taylor 2007-09-17 12:28:07 +00:00
  • 8762ffabbe SEC-8: Imported contributed NTLM code. Some changes because of current state of LDAP code. Luke Taylor 2007-09-17 12:26:46 +00:00
  • c7354c125a SEC-417: Fix. Remove hard-coded messages from JdbcDaoImpl to allow internationalized versions for "user not found" etc. Luke Taylor 2007-09-16 22:20:08 +00:00
  • 8a35f7da75 SEC-558: Combine user mapping implementations into a single interface and make more use of DirContextOperations in SS LDAP APIs. Luke Taylor 2007-09-16 18:56:00 +00:00
  • e6e461d9a0 SEC-549: Merged fix from trunk (trim space from username). Luke Taylor 2007-09-14 14:32:19 +00:00
  • 56deb3dd83 SEC-549: Trim whitespace from username submitted with login form. Luke Taylor 2007-09-14 14:25:21 +00:00
  • 8398e940cf SEC-449: Corrected comment. Luke Taylor 2007-09-14 14:18:54 +00:00
  • fdbcbec9d8 SEC-449: Reamed template test class to match tested class. Added test method for case when no attribute value is found. Luke Taylor 2007-09-14 14:17:30 +00:00
  • 223a597208 SEC-449: Changed role searching to use parent spring ldap template search method. Luke Taylor 2007-09-14 14:16:28 +00:00
  • b7d9466f99 SEC-449: Remoned unnecessary declaration of ContextMapper interface. Luke Taylor 2007-09-14 14:12:32 +00:00
  • 97ef5f389f SEC-449: Remoned unnecessary declaration of ContextMapper interface. Luke Taylor 2007-09-14 14:11:57 +00:00
  • d208cf3824 SEC-449: Make LdapUserDetailsMapper a pure ContextMapper so it can be used with LdapTemplate. Luke Taylor 2007-09-13 20:42:50 +00:00
  • 6d8f92e1b8 Allow an ldif file to be set in the configuration and loaded on initialization. Luke Taylor 2007-09-13 20:40:49 +00:00
  • 0ff8662f12 SEC-556: Removed namespace meta-inf file from 1.0 branch. Luke Taylor 2007-09-12 21:37:07 +00:00
  • 0c9ddc1980 Change release notes to include deployment of samples in both tomcat and jetty (after jstl issues). Luke Taylor 2007-09-12 21:20:52 +00:00
  • 0878d7d563 Changed release notes to include deployment in tomcat *and* Jetty (after jstl issues with tutorial). Luke Taylor 2007-09-12 21:19:02 +00:00
  • ae4b5907b9 Merged website style changes from trunk. Luke Taylor 2007-09-12 21:12:29 +00:00