Class RemotedHttpServletRequest

java.lang.Object
net.shibboleth.sp.messaging.RemotedHttpServletRequest
All Implemented Interfaces:
HttpServletRequest, ServletRequest

@NotThreadSafe public class RemotedHttpServletRequest extends Object implements HttpServletRequest
Wraps a DDF object reflecting a remoted message encapsulating an HTTP request.

Potential TODOs are noted in various places. One outstanding issue is header case. The SP code never did case-folding of the header names, so we may need to adjust that on the C++ side to force-lower them in transit and then lower them on access.