Skip to main content
6-Contributor
December 27, 2023
Question

Error form login authentication

  • December 27, 2023
  • 0 replies
  • 535 views

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?