[java-idp-plugin-totp] branch main updated: JTOTP-14 - View contains reference to deprecated class
Scott Cantor
cantor.2 at osu.edu
Fri Sep 6 12:46:13 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-idp-plugin-totp.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-totp.git;a=commit;h=e7c49cd055288148fe7f957f0394b87bcf364985
The following commit(s) were added to refs/heads/main by this push:
new e7c49cd JTOTP-14 - View contains reference to deprecated class
e7c49cd is described below
commit e7c49cd055288148fe7f957f0394b87bcf364985
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Sep 6 08:46:10 2024 -0400
JTOTP-14 - View contains reference to deprecated class
https://shibboleth.atlassian.net/browse/JTOTP-14
---
.../main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
index ec1a68e..7f3151b 100644
--- a/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
+++ b/totp-impl/src/main/resources/net/shibboleth/idp/plugin/authn/totp/views/totp.vm
@@ -18,7 +18,7 @@
## environment - Spring Environment object for property resolution
## custom - arbitrary object injected by deployer
##
-#set ($rpContext = $profileRequestContext.getSubcontext('net.shibboleth.idp.profile.context.RelyingPartyContext'))
+#set ($rpContext = $profileRequestContext.getSubcontext('net.shibboleth.profile.context.RelyingPartyContext'))
##
#set ($onClick = "this.childNodes[0].nodeValue='#springMessageText('idp.login.pleasewait', 'Logging in, please wait...')'")
$response.addHeader("Content-Security-Policy", "script-src-attr 'unsafe-hashes' 'sha256-$cspDigester.apply($onClick)'")
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list