Hi, All:

I found a problem when I open a user notification in outlook, then click the hyperlink , It seems outlook will correct the "//" to "/" in the url automatically, 

for example :

http://localhost:8080/jw4/web/userview/ServiceRequest/Userview//WaitForApproval?_mode=assignment&activityId=570_162_ServiceRequest_ServiceRequest_ApproveRequestByManager

after corrected by outlook :

http://localhost:8080/jw4/web/userview/ServiceRequest/Userview/WaitForApproval?_mode=assignment&activityId=570_162_ServiceRequest_ServiceRequest_ApproveRequestByManager

Then the page will be redirected to the default page of the userview.

If I use webmail to open the hyperlink, It works as expected.

Any idea to avoid this issue ?

Thank you

Jonathan Yang