I have a login secondary page with a primary jsp and supporting jsp. supporting jsp is invoked as a form post from the primary jsp. This is all working fine. However, there is a redirect url that is suppose to be rendered after certain process is done. It is not doing that. But adds parameters to the original url.
orginal url: https://dev.dashboard.xyz.com/portal/site/abccentral
renders: https://dev.dashboard.xyz.com/portal/site/abccentral/index.jsp?epi-content=LOGIN&epi-process=process_login.jsp
Logout secondary page behaves in the similiar fashion.
https://dev.dashboard.xyz.com/portal/site/abccentral/index.jsp?epi-content=LOGOUT&epi-process=process_logout.jsp
Expected outcome: the url should be https://dev.dashboard.xyz.com/portal/site/abccentral, but when logged in, it should open the homepage and when loggedout, it should open the login page.
This is a migration from portal 8.2.1 to 8.5. I havent yet applied the patch for 8.5.
Please advise.
Thanks