[utilities COMMIT] in /java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/net: HttpServletRequest...

noreply at shibboleth.net noreply at shibboleth.net
Wed Apr 24 20:35:04 EDT 2013


Author: putmanb
Date: Wed Apr 24 20:35:04 2013
New Revision: 386

URL: http://svn.shibboleth.net/view/utilities?rev=386&view=rev
Log:
Draft of holder and filter support classes for servlet container to store the current servlet request and response in ThreadLocal storage.
Servlet request and response proxy classes that call through to the thread-local instances, for Spring injection use case. 

Added:
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/net/HttpServletRequestResponseContext.java   (with props)
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/net/RequestResponseContextFilter.java   (with props)
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletRequestProxy.java   (with props)
    java-support/trunk/src/main/java/net/shibboleth/utilities/java/support/net/ThreadLocalHttpServletResponseProxy.java   (with props)



More information about the commits mailing list