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 _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
