Files
spring-security-kerberos/spring-security-kerberos-client/src
Janne Valkealahti 85d8d3efdd Fix compile for sec 4.x
- Fixes #33
- In websecurityconfig, use default xsd. With 4.x sec core's
  namespace handler barks if 3.x is in use.
- Doing tweaks in KerberosLdapContextSource to overcome trouble
  with ldap's AbstractContextSource which wrongly removed
  throwing exception from its overridded afterPropertiesSet()
  method. Remove throw and re-throw super call.
2015-07-22 09:17:58 +01:00
..