File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
src/main/webapp/WEB-INF/views/series Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ <h3 th:text="${#strings.capitalize(header)}">
69
69
< dt th:text ="#{t_url} ">
70
70
URL
71
71
</ dt >
72
- < dd id ="request-url " th:text ="${request.url} ">
72
+ < dd id ="request-url " th:text ="${#uris.unescapePath( request.url) } ">
73
73
http://example.com/my-first-series.html
74
74
</ dd >
75
75
< dt th:text ="#{t_status} ">
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ <h3 th:text="${#strings.capitalize(header)}">
98
98
/*/-->
99
99
</ td >
100
100
< td >
101
- < a href ="./info.html " th:href ="@{${REQUEST_IMPORT_PAGE}(id=${request.id})} " th:text ="${request.url} ">
101
+ < a href ="./info.html " th:href ="@{${REQUEST_IMPORT_PAGE}(id=${request.id})} " th:text ="${#uris.unescapePath( request.url) } ">
102
102
http://example.com/my-first-series.html
103
103
</ a >
104
104
</ td >
Original file line number Diff line number Diff line change 316
316
Imported from
317
317
</ dt >
318
318
< dd id ="import-info ">
319
- < a href ="./import/info.html " th:href ="@{${REQUEST_IMPORT_PAGE}(id=${importInfo.requestId})} " th:text ="${importInfo.url} "> http://example.com/my-first-series.html</ a >
319
+ < a href ="./import/info.html "
320
+ th:href ="@{${REQUEST_IMPORT_PAGE}(id=${importInfo.requestId})} "
321
+ th:text ="${#uris.unescapePath(importInfo.url)} ">
322
+ http://example.com/my-first-series.html
323
+ </ a >
320
324
</ dd >
321
325
<!--/*/ </th:block> /*/-->
322
326
You can’t perform that action at this time.
0 commit comments