[java-opensaml] branch main updated: Update a javax.servlet reference.

Scott Cantor cantor.2 at osu.edu
Mon Oct 10 18:02:43 UTC 2022


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=4ed250dde6d6fc662d45384a0fc646de0f99535d

The following commit(s) were added to refs/heads/main by this push:
     new 4ed250dde Update a javax.servlet reference.
4ed250dde is described below

commit 4ed250dde6d6fc662d45384a0fc646de0f99535d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Oct 10 14:02:40 2022 -0400

    Update a javax.servlet reference.
---
 .../impl/DefaultSAML20AssertionValidationContextBuilderTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilderTest.java b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilderTest.java
index c31b1a1f9..6cdaf078b 100644
--- a/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilderTest.java
+++ b/opensaml-saml-impl/src/test/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilderTest.java
@@ -168,7 +168,7 @@ public class DefaultSAML20AssertionValidationContextBuilderTest extends XMLObjec
         
         File presenterCertFile = new File(this.getClass().getResource("/org/opensaml/saml/saml2/wssecurity/messaging/impl/presenter.crt").toURI());
         clientTLSCert = X509Support.decodeCertificate(presenterCertFile);
-        request.setAttribute("javax.servlet.request.X509Certificate", new X509Certificate[] {clientTLSCert});
+        request.setAttribute("jakarta.servlet.request.X509Certificate", new X509Certificate[] {clientTLSCert});
         
         return request;
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list