Hello Devs,I created a login functionality, which uses CUG credentials for authentication. It requests /j_security_check servlet for authentication. The functionality throws 404 when triggered over dispatcher. I also allowed the request to the servlet path in the dispatcher configs, but unfortunatel...