aboutsummaryrefslogtreecommitdiff
path: root/eidas_modules
diff options
context:
space:
mode:
authorThomas <>2021-07-26 10:30:10 +0200
committerThomas <>2021-07-26 10:30:10 +0200
commitdecdfbf7526ffa379672cc9a67383450dff32473 (patch)
treef70452250763ca6fa0f5b6521ae031f193c497c6 /eidas_modules
parentca81755078d997548481da80a51c1f0824a9b296 (diff)
downloadNational_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')
-rw-r--r--eidas_modules/authmodule-eIDAS-v2/checks/spotbugs-exclude.xml2
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>