Skip to Content
0
Former Member
Oct 29, 2010 at 06:54 AM

URL getting concatenated when user logged in for first time

23 Views

Hi

I am sending the below url to the mail as a notification .

http://<server>:<port>//irj/portal?NavigationTarget=%3ROLExyz

when the user click on the link ,it should route to the particular page

case 1 when user already logged in, then after clicking of this link it opens new window and shows the particular page correctly

case 2 when user not logged then afetr clicking of this link it asks for user id and pwd which is ok, but the link is getting concatenated like

http://<server>:<port>//irj/portal?NavigationTarget=%3ROLExyz=NavigationTarget=&ROLExyz

then showing the error message that page doesn't exist.

I am usig Escpae URL function to encode the url ( NavigationTarget=&ROLExyz ) when sending the link to the user in mail .

Regards,

Amit