Bug #11321
NPE when SYSTEM-ALERT-BOXES is not set.
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
Related issues
History
#1 Updated by Eduard Soltan 4 months ago
When I was working on some tests on FINALLY block, I found a issue with system-alert-boxes attribute set on false.
session:system-alert-boxes = false. output to logs.txt. def var h as handle. h = h:next-sibling. output close.
There is a NPE in client, I think it is caused by a output redirect.
#2 Updated by Eduard Soltan 4 months ago
- Related to Bug #5651: conditions raised from a finally block added