[Catalyst] Supressing passwords in debug messages

Jesse Sheidlower jester at panix.com
Thu Jan 8 01:24:55 GMT 2009


On Wed, Jan 07, 2009 at 10:39:34AM -0800, Byron Young wrote:
> I like the CATALYST_DEBUG mode for the test server - it's really nice to be able to see all the GET and POST params and requests as they happen.  However, my app uses LDAP authentication and I really don't want people's LDAP passwords getting printed with the rest of the parameters.
> 
> Is there a way to suppress certain parameters from being printed?  I didn't see anything in the docs about it, but thought I'd ask before jumping into the code.
> 

This is a FAQ:

http://dev.catalystframework.org/wiki/faq

"How do I hide certain variables (e.g. user/password) from the
debug screen?"

Jesse Sheidlower



More information about the Catalyst mailing list