Closed jtduffy closed 4 months ago
With the security agent enabled, the following config property is parsed incorrectly:
class_transformer: excludes: org/h2/jdbc/JdbcConnection, org/h2/jdbc/JdbcPreparedStatement, org/h2/server/web/WebServlet,
When adding security specific class transformer excludes, it adds the user defined excludes incorrectly. This is the broken code.
,
This needs to be updated to use the standard excludes parsing/conversion logic.
excludes
Parse the excludes config stanza correctly.
https://new-relic.atlassian.net/browse/NR-275964
Description
With the security agent enabled, the following config property is parsed incorrectly:
When adding security specific class transformer excludes, it adds the user defined excludes incorrectly. This is the broken code.
,
characterThis needs to be updated to use the standard
excludes
parsing/conversion logic.Expected Behavior
Parse the
excludes
config stanza correctly.