Hi All,
I developed a custom application for WF email body for our system. I also have a custom task editor implemented in our system. The problem is whenever user clicks the link from the emailbody, it asks for the login screen and once after successful login it goes to error page... I find something different with the URL of the login page it is forwarding to... below is the explanation of the issue...
for Ex if the link in the email is
"http://mypreviewdev.okla.seagate.com/task/editor/default?spfAId=7b51462e326feb2700000130b1a174a78042"
it is adding some extra parameters when forwarding to login.jsp like...
http://mypreviewtst.okla.seagate.com/policytaskeditor/common/login.jsp;jsessionid=w21YTDqGNddhR5LL9jTcJ9ZNyLnBvZLrdlccb0sGDP5tFGpP1M1F!-1399963254!NONE
where as the OOTB WorkFlow without any of my customizations has a link that forwards just to login.jsp like ...
http://mypreviewdev.okla.seagate.com/task/common/login.jsp
The login.jsp and other files that are used in my application are same as that of the OOTB task inbox war. Am I missing anything or doing something wrong? Any help on this would be highly helpful.
Thanks and Regards,
TRV