[java-opensaml] branch master updated: Add another missing import for HttpServletRequest.

Brent Putman putmanb at georgetown.edu
Mon Jan 27 02:37:47 EST 2020


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

putmanb pushed a commit to branch master
in repository java-opensaml.

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

The following commit(s) were added to refs/heads/master by this push:
       new  f40e2f5   Add another missing import for HttpServletRequest.
f40e2f5 is described below

commit f40e2f57d61bb5b4d19cc410357c8b8171190906
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Jan 27 02:37:45 2020 -0500

    Add another missing import for HttpServletRequest.
    
    Hopefully this fixes the current Javadoc failure.
---
 .../messaging/impl/DefaultSAML20AssertionValidationContextBuilder.java   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilder.java
index e7eed2c..6caeb23 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/wssecurity/messaging/impl/DefaultSAML20AssertionValidationContextBuilder.java
@@ -30,6 +30,7 @@ import java.util.function.Function;
 
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
+import javax.servlet.http.HttpServletRequest;
 
 import net.shibboleth.utilities.java.support.collection.LazySet;
 import net.shibboleth.utilities.java.support.collection.Pair;

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


More information about the commits mailing list