Commit 932f3e9
[ZEPPELIN-6202] Fix %20 showing in notebook tree by URL-decoding note file paths
### What is this PR for?
This PR fixes a UI bug where notebook and folder names that contain spaces are displayed with the URL-encoded text %20 in the notebook tree (e.g., Flink%20Tutorial).
We now URL-decode the VFS path and keep the existing Windows-specific prefix handling, so names with spaces render correctly across all platforms.
### What type of PR is it?
Bug Fix
### Todos
* [x] - Add URL-decode logic in path normalisation
### What is the Jira issue?
* Jira: https://issues.apache.org/jira/browse/ZEPPELIN/ZEPPELIN-6202
### How should this be tested?
* Build this branch and start Zeppelin.
* Create or import a notebook whose name contains a space (e.g., “Python Tutorial”).
### Screenshots (if appropriate)
Before

After

### Questions:
* Does the license files need to update? No.
* Is there breaking changes for older versions? No.
* Does this needs documentation? No.
Closes #4947 from ParkGyeongTae/ZEPPELIN-6202.
Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>
(cherry picked from commit 890ddfe)
Signed-off-by: Philipp Dallig <philipp.dallig@gmail.com>1 parent 92b7725 commit 932f3e9
1 file changed
Lines changed: 9 additions & 3 deletions
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
114 | 116 | | |
115 | 117 | | |
116 | 118 | | |
117 | | - | |
118 | | - | |
119 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
120 | 126 | | |
121 | 127 | | |
122 | 128 | | |
| |||
0 commit comments