Bug #13599
Proxy exception messages are truncated
Pull request:
Fixed in Releases:
Found in Releases:
Description
all proxy exceptions that uses the wrapped exception hide important information, and do not even log to the log file the full message.
looking at the code, I can't really see any usefulness to the WrappedException class? maybe it should be removed?
Associated revisions
History
#1
Updated by Dominic Cleal over 6 years ago
- Subject changed from proxy exceptions are not shown to Proxy exception messages are truncated
- Category set to Smart Proxy
#2
Updated by The Foreman Bot over 6 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shlomi Zadok
- Pull request https://github.com/theforeman/foreman/pull/3165 added
#3
Updated by Dominic Cleal almost 6 years ago
- Status changed from Ready For Testing to New
- Assignee deleted (
Shlomi Zadok) - Pull request deleted (
https://github.com/theforeman/foreman/pull/3165)
Pull request closed due to inactivity.
#4
Updated by The Foreman Bot almost 5 years ago
- Status changed from New to Ready For Testing
- Assignee set to Shimon Shtein
- Pull request https://github.com/theforeman/foreman/pull/4804 added
#5
Updated by Shimon Shtein almost 5 years ago
- Bugzilla link set to 1418305
#6
Updated by Ivan Necas almost 5 years ago
- Status changed from Ready For Testing to Closed
- Legacy Backlogs Release (now unused) set to 296
Fixes #13599 - Wrapped exception truncate moved to client
Removed message truncation from server side, and moved it to client
side - the message is truncated with ellipsis. On mouse over full
message is presented as popover.
This commit required a small change to `data-ajax-url` handler in client
to enable proper tooltip presentation in HTML loaded by AJAX.