Conditional Proxy Method Support #19
Labels
bug
Something isn't working
enhancement
New feature or request
gdpr tainting
Issues related to enforcing GDPR properties
Currently, we always add all proxy methods, for example, to proxy calls to
PreparedStatement
/ResultSet
. This obviously only makes sense iff taint persistence is enabled.Not having such an option breaks, for example, the Jira startup when not tainting the database too.
Maybe a general redesign of such conditional proxies is in order, to support both tainted and untainted database connections in the same application.
The text was updated successfully, but these errors were encountered: