Commit ad90195
committed
[SPARK-39505][UI] Escape log content rendered in UI
### What changes were proposed in this pull request?
Escape log content rendered to the UI.
### Why are the changes needed?
Log content may contain reserved characters or other code in the log and be misinterpreted in the UI as HTML.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Existing tests
Closes #36902 from srowen/LogViewEscape.
Authored-by: Sean Owen <srowen@gmail.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>1 parent 4c4efdc commit ad90195
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
0 commit comments