-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

All,

I was looking through the "system property" documentation
(http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html) and I
happened to read the description for the following system property:

"
org.apache.catalina.connector. RECYCLE_FACADES  

If this is true or if a security manager is in use a new facade object
will be created for each request. If not specified, the default value of
false will be used.
"

My understanding is that "recycling" means re-using an object (after
blanking sensitive data+) rather than discarding it and creating a new one.

If my understanding is correct, then this system property does exactly
the opposite of what it's name suggests:

RECYCLE_FACADES=true  means facades will be discarded and re-created
RECYCLE_FACADES=false means facades will be recycled

Am I missing something or does this system property (or the
documentation) not make any sense?

- -chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkpG2fMACgkQ9CaO5/Lv0PA8jgCeMT9Wy7TrHvm+GB2a8qJ0qiiV
WIkAoI5c5vsBgTfeLSwNtkRqPGkMpS2q
=v0V4
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to