0

I wanted to download spring-security-kerberos-core.jar for version mentioned in this ticket, i.e. krb-1.0.0.RC1 or above. I can't find the proper place to download it. The main site doesn't lead you anywhere but this.

BalusC
  • 1,082,665
  • 372
  • 3,610
  • 3,555
Charith De Silva
  • 3,650
  • 4
  • 43
  • 47

1 Answers1

4

I had the same problem, using Spring 3.1.0 and Spring-security-kerberos 1.0.0.M2.

My solution was to simply copy the "new" org.springframework.security.crypto.codec.Base64 into a org.springframework.security.core.codec.Base64 inside my own application. Not super-pretty, but it works.

AFAIK, there is still no newer release of spring-security-kerberos than the 1.0.0.M2.

pap
  • 27,064
  • 6
  • 41
  • 46
  • Yeah Pap. I had the same solution and got it working. Still wanted to put a proper version for my upcoming release. Anyway thanks for your confirmation on release, that helps. Spring kerberos site doesn't give any clue. – Charith De Silva Jan 20 '13 at 22:36