public interface IRequestDecoder
HttpServletRequest
, identifies
the correct request properties (server, scheme, URI and port).
An implementation of this class may be necessary when using Tapestry with specific firewalls which may obscure the scheme, server, etc. visible to the client web browser (the request appears to arrive from the firewall server, not the client web browser).
Modifier and Type | Method and Description |
---|---|
DecodedRequest |
decodeRequest(javax.servlet.http.HttpServletRequest request)
Invoked to identify the actual properties from the request.
|
DecodedRequest decodeRequest(javax.servlet.http.HttpServletRequest request)