diff options
author | Thomas <> | 2021-07-26 10:30:10 +0200 |
---|---|---|
committer | Thomas <> | 2021-07-26 10:30:10 +0200 |
commit | decdfbf7526ffa379672cc9a67383450dff32473 (patch) | |
tree | f70452250763ca6fa0f5b6521ae031f193c497c6 /eidas_modules/authmodule-eIDAS-v2 | |
parent | ca81755078d997548481da80a51c1f0824a9b296 (diff) | |
download | National_eIDAS_Gateway-decdfbf7526ffa379672cc9a67383450dff32473.tar.gz National_eIDAS_Gateway-decdfbf7526ffa379672cc9a67383450dff32473.tar.bz2 National_eIDAS_Gateway-decdfbf7526ffa379672cc9a67383450dff32473.zip |
fix excluding of SpotBugs validation-error after refactoring
Diffstat (limited to 'eidas_modules/authmodule-eIDAS-v2')
-rw-r--r-- | eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml index b60fe888..15d62521 100644 --- a/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml +++ b/eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml @@ -38,7 +38,7 @@ <Match> <!-- Redirect URL is only loaded from configuration --> <Class name="at.asitplus.eidas.specific.modules.auth.eidas.v2.tasks.GenerateAuthnRequestTask" /> - <Method name="execute" /> + <Method name="sendRedirect" /> <Bug pattern="UNVALIDATED_REDIRECT" /> </Match> </FindBugsFilter> |