In the current release of Spring social the signup page is not configurable..Ideally it should be configurable.In my case i am developing an application which is deployed in cloud. Here my servlet is configured for url of form "/servletname/*" - so all of my urls are redirected so..
But in Spring social the signup page redirection is like redirect:/signup . which redirect to"www.domain.com/signup" ..I would rather need something like "www.domain.com/servletname/signup" . SInce its deployed in cloud and thr are other servlets running i have no options except to change the signup page url.
It would be better if spring social have the option to configure the signup url .currently its hardcoded in controller.
Any help -


Reply With Quote
