I have a working application using the spring-security kerberos extension, running on jboss, running java 6.
I\'m in the process of upgrading my jvm from java 6 to jav
Here are two potential issues that might be affecting you:
Java 7 appears to switch the default encryption type order. Details:
You did't say what specific version of JDK 7 you are using, but there was a bug in earlier versions of JDK 7 that prevented loading keytab files via "file:" URLs:
Another user on SO worked around the last issue by modifying Spring source: