Hello Folks,
We have upgraded our Portal from 7.0 to 7.3EHP1. We are facing an issue in Log Off functionality, where we have set LogOff Redirect
(ume.logoff.redirect.url") to point to a custom application LogOff(J2EE Application) containing a custom HTML. This was working fine before the upgrade.
After the upgrade, when we check it The Log Off does not launch the HTML page but ends on the link mentioned this below attachment.
We have custom desktops assigned and we have migrated our Logon and Masthead application from PAR to EAR (via PAR migration tools). This issue comes when we apply custom desktops.
However, we have not modified any Log off code from HeaderiView.jsp or LogoffConfirmMsg.jsp
Code from HeaderiView.JSP to call Logoff.
<form name="logoffForm" style="display:none;position:absolute;top:-5000;left:-5000" title="<%=GetLogoffURL(componentRequest)%>" action="<%=GetLogoffURL(componentRequest)%>" method="POST">
<input type="hidden" name="logout_submit" value="1"></input>
</form>
Kindly assist.
Thanks.