Modify URL generate from Ivy
Hi All,
Is it possible to modify Ivy generated URLs ?
For example. I have process user login. User Login Processes/UserLogin/userLogin.ivp
when I start the process it redirects to the page:
http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml
I would like to modify the second link.
http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml ->
http://domain.com/login.
And when end-user login. The problem:
Many users will bookmark the end login page but it gets directly resolved into an xhtml page which leads to problems in Ivy. Next time the user just enters http://domain.com/login and http://domain.com/login doesn't redirect to .http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml visits the bookmark the login xhtml will have issues.
Sharing links will not work either because if user bookmark or copy/paste users will copy&paste the link http://domain.com/ivy/faces/instances/Portal/applicaton/161544002F5E30CF/applicationcom/Login.xhtml it will be an error.(or not work).xhtml files.
Thank you!