Tag Info

Hot answers tagged

1

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 ...


1

You could try to add the error code customization to your web.xml. <error-page> <error-code>401</error-code> <location>/errors/401.jsp</location> </error-page> This will allow you to properly handle the error and offer to the user an escape... HIH



Only top voted, non community-wiki answers of a minimum length are eligible