]> git.evergreen-ils.org Git - OpenSRF.git/commit
Log redaction for sensitive input values, Perl side
authorDan Wells <dbw2@calvin.edu>
Fri, 12 Oct 2012 13:45:35 +0000 (09:45 -0400)
committerBill Erickson <berick@esilibrary.com>
Thu, 8 Nov 2012 17:51:24 +0000 (12:51 -0500)
commit451115acca840ebfef57320a3ce435db0223f2d6
tree212e0239e7fae8ef5155621977a950badeabac1c
parent2121279aeda9ae27dcacadfdaa6c5c1c23099196
Log redaction for sensitive input values, Perl side

This commit attempts to do the same as the C log redaction fix,
but now at the Perl level.  The Perl configuration code was a
little more crufty than the C side, so an additional feature was
added to Config.pm to support the new 'shared' section.  At some
point we should consider a ground-up rewrite of Config.pm, as the
code seems to suffer some from its INI file roots.

Signed-off-by: Dan Wells <dbw2@calvin.edu>
Signed-off-by: Dan Scott <dan@coffeecode.net>
examples/opensrf_core.xml.example
src/perl/lib/OpenSRF/Application.pm
src/perl/lib/OpenSRF/System.pm
src/perl/lib/OpenSRF/Utils/Config.pm