Closed Paxa closed 6 years ago
@fundead Any thoughts?
Hi Pavel,
Apologies for the delay in the response to this PR, it got missed, and thanks for your work on this one. This PR does look good and brings this provider in line with the others regarding request filtering. There's a couple of things to add before getting this out in a release, including a unit test or two and documentation updates. We'd be happy to add these in the near term, internally we have a couple of large upcoming releases so I won't be able to add these right away but if you wanted to update this PR with them I can get it merged and released quicker.
Regards,
Callum Gavin Raygun Limited
superseded by https://github.com/MindscapeHQ/raygun4java/pull/48
Thanks!
Problem: Currently raygun4java will send all POST and GET parameters, that may contain passwords, credit card numbers, and other sensitive information.
I implement filtering for request data before it being send.
How to use: