Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
2.1.0
-
None
-
None
Description
In the page of 'jobs' or 'stages' of history server web ui,
Click on the 'Go' button, query paging data, the page error, function can not be used.
The reasons are as follows:
'#' Was escaped by the browser as% 23.
& CompletedStage.desc = true% 23completed, the parameter value desc becomes = true% 23, causing the page to report an error. The error is as follows:
HTTP ERROR 400
Problem Access / history / app-20170411132432-0004 / stages /. Reason:
For input string: "true # completed"
Powered by Jetty: //
The amendments are as follows:
The URL of the accessed URL is escaped to ensure that the URL is not escaped by the browser.
please see attachment.
Attachments
Attachments
Issue Links
- duplicates
-
SPARK-19622 Fix a http error in a paged table when using a `Go` button to search.
- Resolved
- links to