On Tue, 08 Mar 2011 13:20:23 -0700, Alex Rousskov wrote:
Give full Request-URI to eCAP adapters.
Implement libecap::RequestLine::uri() to return full Request-URI
instead
of URL path.
Niether full URL nor URL path is perfect because the actual request
may
have full URI or a path, but Squid does not really keep that
information. This change makes our eCAP implementation consistent
with
our ICAP implementation.
Eventually, eCAP may have an API that is guaranteed to return full
Request-URI and Squid may remember what kind of URI it got in the
virgin
request, allowing for a more truthful implementation.
Thank you,
Alex.
+1 as a workaround.
Amos