spring-projects / spring-security-kerberos

Spring Security Kerberos
https://spring.io/projects/spring-security-kerberos
182 stars 226 forks source link

Circular view path problem in sample sec-server-win-auth #179

Open Nestoter opened 1 year ago

Nestoter commented 1 year ago

Hi, I just downloaded the code, compiled and started the solution without errors in console. But, when i try to browse I'm getting this error no matter wich URL I use:

javax.servlet.ServletException: Circular view path [login]: would dispatch back to the current handler URL [/login] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)

Do you know how to fix it?

Thanks, Nestor.