Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
If you access the page after modifying from basic authentication to form authentication, you will receive 500 errors
om.ptc.mvc.controllers.ExceptionController - message : Handler dispatch failed; nested exception is wt.method.AuthenticationException
error:-------------org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationException org.springframework.web.util.NestedServletException: Handler dispatch failed; nested exception is wt.method.AuthenticationException
at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1078)
at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963)
at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
The same log as comes out.
You can log in on OOTB, but it's an error that comes out when you access the developed page.
How should we resolve the above errors?