
Originally Posted by
ashil
Hi,
I have two requirements in my project as immediate requirement.
1.) I m using the Acegi for my web app as well as from a mobile application. So whenever i log in from a mobile app using the same login page of acegi, I wish to fetch a parameter from the url as app="mobile" or if it is from other app i need to fetch the appname from the which application i am sending the login credentials. along with the j_username , j_password. I wish to know to how to access the app parameter that im sending in the url and wish to save the app parameter in the session of spring application and based on that attribute i wish to achieve below requirement.
2. Based on the parameter in the app ="", that comes along with the login url j_security_check , username and password, i wish to change the defaultUrl in the Acegi dynamically to where it has be redirected.
So i wish some one would help me immediately regarding this requirement as it is very urgent for me to deliver the output.
Guys this is my first post so please dont disappoint me, and help me timely.