Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8074731
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T14:45:02+00:00 2026-06-05T14:45:02+00:00

I would like to provide user possibility to select application language on login. But

  • 0

I would like to provide user possibility to select application language on login. But since we are using spring security I am really not sure how to get selected language parameter from request parameters?

Is there any way to intercept spring security authentication process without modifying the process itself (cause I have found some examples with custom authentication, but I don’t need that at the moment)?

Or what would be the best practise to retrieve request parameter before it is redirected further? Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T14:45:05+00:00Added an answer on June 5, 2026 at 2:45 pm

    You can setup your own (instead of default) Authentication Success Handler at resources.groovy:

    authenticationSuccessHandler(MyAuthenticationSuccessHandler) {
    }
    

    where MyAuthenticationSuccessHandler is class that implements AuthenticationSuccessHandler, or better to extends AjaxAwareAuthenticationSuccessHandler that is used by default, like:

    authenticationSuccessHandler(AjaxAwareAuthenticationSuccessHandler) {
        requestCache = ref('requestCache')
        defaultTargetUrl = conf.successHandler.defaultTargetUrl // '/'
        alwaysUseDefaultTargetUrl = conf.successHandler.alwaysUseDefault // false
        targetUrlParameter = conf.successHandler.targetUrlParameter // 'spring-security-redirect'
        ajaxSuccessUrl = conf.successHandler.ajaxSuccessUrl // '/login/ajaxSuccess'
        useReferer = conf.successHandler.useReferer // false
        redirectStrategy = ref('redirectStrategy')
    }
    

    This class have access to actual request at:

    void onAuthenticationSuccess(HttpServletRequest request, HttpServletResponse response,
            Authentication authentication) throws IOException, ServletException;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would really like to provide the user some scripting capabilities, while not giving
I would like to provide my Python GAE website in the user's own language,
I have a user guide for my application that I would like to provide
I'd like to provide end-user scripting (that would run server-side) in an application. I've
Without using Google Checkout, I would like to provide a link that allows a
I would like to provide the functionality whereby a user can dial a phone
I would like to provide a default profile picture for a user. I've used
I would like to provide the user the option to choose an email from
Currently, I would like provide this as an option to the user when storing
I would like provide and animation effect but i don't how to do. Even

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.