[java-identity-provider] branch main updated: IDP-2315 - x509 Auth default prompt page has old references
Scott Cantor
cantor.2 at osu.edu
Mon Aug 19 12:27:28 UTC 2024
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=431095de0d67bfa67163a55b39b9abd8c55f8de3
The following commit(s) were added to refs/heads/main by this push:
new 431095de0 IDP-2315 - x509 Auth default prompt page has old references
431095de0 is described below
commit 431095de0d67bfa67163a55b39b9abd8c55f8de3
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Aug 19 08:27:22 2024 -0400
IDP-2315 - x509 Auth default prompt page has old references
https://shibboleth.atlassian.net/browse/IDP-2315
---
.../resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
index 65fa21ac2..149dfffb6 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/edit-webapp/x509-prompt.jsp
@@ -4,8 +4,8 @@
<%@ page import="org.opensaml.profile.context.ProfileRequestContext" %>
<%@ page import="net.shibboleth.idp.authn.ExternalAuthentication" %>
<%@ page import="net.shibboleth.idp.authn.context.AuthenticationContext" %>
-<%@ page import="net.shibboleth.idp.profile.context.RelyingPartyContext" %>
<%@ page import="net.shibboleth.idp.ui.context.RelyingPartyUIContext" %>
+<%@ page import="net.shibboleth.profile.context.RelyingPartyContext" %>
<%
final Cookie[] cookies = request.getCookies();
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list