[java-opensaml] branch master updated: Revert previous commit. Add missing import statement for HttpServletRequest.

Brent Putman putmanb at georgetown.edu
Sun Jan 26 23:53:49 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=b09987911750deee08d42796eace2791185ec214

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

commit b09987911750deee08d42796eace2791185ec214
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Sun Jan 26 23:51:21 2020 -0500

    Revert previous commit. Add missing import statement for HttpServletRequest.
    
    Hopefully this fixes the current Javadoc failure.
---
 .../saml2/profile/impl/DefaultAssertionValidationContextBuilder.java    | 1 +
 .../java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
index cd376a4..7d89127 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/DefaultAssertionValidationContextBuilder.java
@@ -32,6 +32,7 @@ import java.util.function.Predicate;
 
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
+import javax.servlet.http.HttpServletRequest;
 import javax.xml.namespace.QName;
 
 import net.shibboleth.utilities.java.support.collection.LazySet;
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
index fc01792..ca320c7 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
@@ -438,7 +438,7 @@ public class ValidateAssertions extends AbstractProfileAction {
         }
 
         /**
-         * Get the HTTP servlet request input.
+         * Get the {@link HttpServletRequest} input.
          * 
          * @return the HTTP servlet request input
          */

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


More information about the commits mailing list