Safari cannot recognise GWT History token
Posted
by user311758
on Stack Overflow
See other posts from Stack Overflow
or by user311758
Published on 2010-04-08T09:19:30Z
Indexed on
2010/04/08
9:23 UTC
Read the original article
Hit count: 202
I my application we sent registration email to customer and sends link in that email which contains url#historytoken. On click of this link customer should go to the page specified by that url for historytoken.We are using GWT so entry point handle the request for historytoken.
This works on all browsers except Safari. Safari go to the url but cannot recognise the history token after that and remains on the url page.
Please help me solve this problem.
© Stack Overflow or respective owner