Luke Opperman wrote:
> Which leads to a problem: the CC number/info are sent
> plaintext in the emails. So, what are you guys doing for
> this? Would it be possible to have someway in Webware to
> set some form fields that are NOT logged/emailed?

Not currently.

I'm not really sure how to do it either.  I took a look in
ExceptionHandler.py, but it wasn't obvious to me where this would go, or how
you would go about specifying values to not be logged (something in the
config file, perhaps?).

Another change along these lines that is needed is to be able to limit the
length of individual values that show up in the exception email.  I have
some very large dictionaries and lists that I store in session variables,
but it makes the error report too long.  Right now I've resorted to simply
removing session values entirely from the report (by manually editing
Transaction.py), but I'd prefer to be able to limit the maximum length of a
value (using a config var) but still see all of the session vars.  This also
affects file uploads -- the ENTIRE contents of an uploaded file gets
inserted into the exception report.

<pressure>Perhaps Chuck could tackle these items, since he's the most
familiar with the exception reporting code, having significantly enhanced it
recently.</pressure> Or at least provide some help on how to make these
changes.

- Geoff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to