[java-opensaml] 11/12: squash 1f46783a458294aedc1
Rod Widdowson
rdw at steadingsoftware.com
Wed Aug 10 13:08:24 UTC 2022
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch maint-4
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=131fb5c179cf146ddce4bd5a4d4dc2091380cd5b
commit 131fb5c179cf146ddce4bd5a4d4dc2091380cd5b
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Aug 6 16:50:00 2022 +0100
squash 1f46783a458294aedc1
---
.../opensaml/storage/impl/client/LoadClientStorageServicesTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/LoadClientStorageServicesTest.java b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/LoadClientStorageServicesTest.java
index 10e8ff122..536e60be5 100644
--- a/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/LoadClientStorageServicesTest.java
+++ b/opensaml-storage-impl/src/test/java/org/opensaml/storage/impl/client/LoadClientStorageServicesTest.java
@@ -41,7 +41,7 @@ import com.google.common.net.UrlEscapers;
import net.shibboleth.utilities.java.support.component.ComponentInitializationException;
import net.shibboleth.utilities.java.support.net.HttpServletRequestResponseContext;
-import net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestProxy;
+import net.shibboleth.utilities.java.support.net.ThreadLocalHttpServletRequestSupplier;
/** Unit test for {@link LoadClientStorageServices}. */
public class LoadClientStorageServicesTest extends AbstractBaseClientStorageServiceTest {
@@ -61,7 +61,7 @@ public class LoadClientStorageServicesTest extends AbstractBaseClientStorageServ
loadCtx.getStorageKeys().add(STORAGE_NAME);
action = new LoadClientStorageServices();
- action.setHttpServletRequestSupplier(new ThreadLocalHttpServletRequestProxy());
+ action.setHttpServletRequestSupplier(new ThreadLocalHttpServletRequestSupplier());
HttpServletRequestResponseContext.loadCurrent(new MockHttpServletRequest(), new MockHttpServletResponse());
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list