-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
None
-
JMC 8.2 Sprint 2
The System Properties and Environment Variables pages have tables that highlight potential passwords in the recording, but these are both hard-coded patterns that aren't connected to the heuristic JMC runs to evaluate the same result. This isn't an issue usually, since they're configured the same way by default, but if the rule configuration changes then that change isn't reflected in the GUI table. This is easy to avoid by adding a check to the ResultProvider in the JfrEditor and getting the relevant table keys to render the table correctly.