Nevermind... Struts2 error.
Type: Posts; User: codepuppet; Keyword(s):
Nevermind... Struts2 error.
Not sure if AOP, Security, or general Spring group is best for this question... so here it goes.
I am using Struts2, Spring 3.0.5 and Spring Security 3.0.5.
When using Security annotations on a...
Try putting the keytab file in the classpath where there are no spaces in the path. There are some issues with finding the file if it is located inside a jar or on a path that contains spaces.
I am fighting with this now.
What type of jar would cause this to happen? Older versions of Spring?
I have 3.0.RC1 jars along with the Spring security 3.0 jars and I get these non-whitespace...
Not sure what to do now.
I also had this problem and it came down to two things. First, the key in the keytab file, but it looks like you have verified this. Second, my file was not able to...
My first thought is that the entry: HTTP/uname.company.com@COMPANY.COM is not in the keytab file.
Another possibility is that the server name 'uname.company.com' is not what the kerberos server...
I'm not sure exactly the what/why but if you put your keytab file in another part of the classpath... for example in the domain directory, the security code will find the file.
You will see in the...
Just like the original poster... I have been successful at getting the extension to work under Glassfish 3, but deploying the app on Weblogic 10.3 fails with the stack trace identical to the one...
I am using the yet-to-be-released kerberos extension; which works great so far BTW. My app has two types of users... internal and external. Internal users will be SSO'd via kerberos since they are...