You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Seth Riney <sr...@idiominc.com> on 2000/12/21 15:17:17 UTC

Getting around Facade

I am interested in calling toString on a Request, but am prevented from this
by the Facade wrapping infrastructure.  I understand the security reasons
for this, but want to see the stringified Request.  I tried getting the
Context and creating a SimpleFacadeManager, but I got some run time errors
when I tried to getRealRequest and toString that.

Anyone have some simple code for working around the Facade (or know how to
turn it off from a setting)?

Thanks in advance,

Seth