<div dir="ltr">Hello,<div><br></div><div>I am using Logback-access 1.1.2 with Jetty 9.2 and have configured the TeeFilter filter in order to capture both the full request and full response for a (non-production) webapp. </div><div><br></div><div>For the most part the module is working as I expect. I see the full request logged and also the full response (except for images, which are sensibly rendered with [IMAGE CONTENTS SUPPRESSED]).</div><div><br></div><div>For one particular response, however, the module is not logging the response contents. It is the response sent to the browser as part of a SAML2 HTTP-POST flow and it has the form</div><div><br></div><div><div><!DOCTYPE html></div><div><html></div><div>    <head></div><div>        <meta charset="utf-8" /></div><div>            </head></div><div>    <body onload="document.forms[0].submit()"></div><div>        <noscript></div><div>            <p></div><div>                <strong>Note:</strong> Since your browser does not support JavaScript,</div><div>                you must press the Continue button once to proceed.</div><div>            </p></div><div>        </noscript></div><div>        </div><div>        <form action="https&#x3a;&#x2f;&#x2f;<a href="http://server.edu">server.edu</a>&#x2f;Shibboleth.sso&#x2f;SAML2&#x2f;POST" method="post"></div><div>            <div></div><div>                <input type="hidden" name="RelayState" value="ss&#x3a;mem&#x3a;d0cc80da13dd9a454f8eea89fa76289e14b01a4022760603480766b7db5a9dfc"/>                </div><div>                                </div><div>                <input type="hidden" name="SAMLResponse" value="QUITE LONG ENCODED STRING"/>                </div><div>            </div></div><div>            <noscript></div><div>                <div></div><div>                    <input type="submit" value="Continue"/></div><div>                </div></div><div>            </noscript></div><div>        </form></div><div>            </body></div><div></html></div></div><div><br></div><div>For some reason only the HTTP headers for the response are logged and not the actual response content. The content is properly delivered to the browser so I do not think TeeFilter is interfering with the webapp.</div><div><br></div><div>Any ideas on why this particular response is not logged? Is it because the "QUITE LONG ENCODED STRING" is roughly 11K in size (10,713 characters)?</div><div><br></div><div>Thanks,</div><div><br></div><div>Scott K</div><div><br></div><div><br></div></div>