https://bz.apache.org/bugzilla/show_bug.cgi?id=68603
Naresh <nareshnk1...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|DUPLICATE |--- --- Comment #2 from Naresh <nareshnk1...@gmail.com> --- (In reply to Mark Thomas from comment #1) > FORM authentication is REQUIRED to restore the original request after a > successful authentication. > > Please use the users mailing if you require assistance with using FORM > authentication. > > *** This bug has been marked as a duplicate of bug 68593 *** I do understand...The case is different over here, the request ("/bill/login") is from the same context("/bill") before and after login... Take for example before login request URI is "/bill/login" with request body of "leacsrf=c8b01130-3e28-4f29-b9e6-f9f54f3f2501". Scenario is after authentication the current request URI(/bill/login) is changed with "srf=c8b01130-3e28" and the request query param is changed to "4f29-b9e6-f9f54f3f2501" Is this the Intended flow... can you please let me know why the request URI is changed with the content of the body which is not to be happened? -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org