Commit 78a8df25 by Nilu

incognito error fix for job apply url

parent 95b79640
......@@ -44,7 +44,8 @@ public class ShortenedURLDecorator implements ServletDecorator, InitialisationPa
{
request.setAttribute("DecoratorFilter.TERMINATE", "Yes");
response.sendRedirect(shortURL[0].getUrlLink());
response.sendRedirect(shortURL[0].getUrlLink());
return;
}
}
catch (Exception e)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment