babgvant / elmah

Automatically exported from code.google.com/p/elmah
Apache License 2.0
0 stars 0 forks source link

Change/Strip URL parts before logging #238

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
There are parts of the URL (name/value pairs) that should not wind up in the 
log for security purposes. How can I configure Elham to remove these before 
they are logged?

for example:

http://mywebserver/REST/username=fred&password=123

I would like to NOT capture the password in the exception log.

Original issue reported on code.google.com by berry.d...@gmail.com on 12 Jul 2011 at 9:36