Results 1 to 2 of 2

Thread: signup page configuration

  1. #1
    Join Date
    Jan 2010
    Posts
    7

    Smile signup page configuration

    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 -

  2. #2
    Join Date
    Aug 2004
    Location
    Melbourne, FL
    Posts
    2,794

    Default

    It's configurable in 1.0.0.BUILD-SNAPSHOT and the upcoming RC1, which will likely go out early next week (we're just doing final testing on that now).
    Keith Donald
    Core Spring Development Team

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •