Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
711:import_reports [2025/07/25 14:47] – [Reporting (Advanced)] Weinlein, Thomas | 711:import_reports [2025/07/25 15:06] (current) – [Reporting (Advanced)] Weinlein, Thomas | ||
---|---|---|---|
Line 18: | Line 18: | ||
===== Reporting (Advanced) ===== | ===== Reporting (Advanced) ===== | ||
+ | |||
+ | === Security restrictions === | ||
Access to persistent global variables is not allowed for reports in Stages, due to security implications. E.g. | Access to persistent global variables is not allowed for reports in Stages, due to security implications. E.g. | ||
Line 35: | Line 37: | ||
</ | </ | ||
- | The access of custom event handler scripts to BIRT and other Java classes is highly restricted to keep the Stages server secure. In case additional classes need to be whitelisted | + | The access of custom event handler scripts to BIRT and other Java classes is highly restricted to keep the Stages server secure. In case additional classes need to be whitelisted there are errors logged |
+ | |||
+ | In case the security implications are acceptable, add the following parameter to the reporting context in the '' | ||
<code xml> | <code xml> | ||
<Context path="/ | <Context path="/ | ||
Line 43: | Line 47: | ||
</ | </ | ||
+ | |||
+ | To whitelist additional classes for **Stages data source** scripts add the following config property to config.xml. | ||
+ | <code xml> | ||
+ | < | ||
+ | </ | ||
==== Direct database access in reports ==== | ==== Direct database access in reports ==== |