We provide to sites outside of our domain a URL to our SEAM application. This URL
contains query parameters such as
www.domain.com/page.seam?regId=19293. The page in the
URL is secure and requires login. If the user is not logged in, they are redirected to
the login page. However after doing the login, they are taken to the main landing page.
We would like for the user to be taken the page.seam?regId=19293 (the original page and
query parameters that they requested).
What is the best practice for handling this in SEAM?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3989503#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...