Class RedirectRestricter


  • public class RedirectRestricter
    extends Object
    Open redirects are a security issue: https://www.netsparker.com/blog/web-security/open-redirection-vulnerability-information-prevention/ Therefor we need to make sure that we react only on allowed redirects. This class helps validate redirect requests against a whitelist.