You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When integrating with Spring Security the view is not found, for non-secured pages the view works fine but for a page configured as login page in spring security, i get an error like so
`ERROR 10500 --- [admin] [nio-8080-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [login]: would dispatch back to the current handler URL [/#] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)] with root cause
jakarta.servlet.ServletException: Circular view path [login]: would dispatch back to the current handler URL [/#] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)`
The text was updated successfully, but these errors were encountered:
When integrating with Spring Security the view is not found, for non-secured pages the view works fine but for a page configured as login page in spring security, i get an error like so
`ERROR 10500 --- [admin] [nio-8080-exec-9] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Circular view path [login]: would dispatch back to the current handler URL [/#] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)] with root cause
jakarta.servlet.ServletException: Circular view path [login]: would dispatch back to the current handler URL [/#] again. Check your ViewResolver setup! (Hint: This may be the result of an unspecified view, due to default view name generation.)`
The text was updated successfully, but these errors were encountered: