-
Notifications
You must be signed in to change notification settings - Fork 367
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
URL-encode job ID when forwarding from UIController
Motivation: Download of files from the web UI fails if the job ID contains certain characters (such as '+'). This is due to URL decoding performed on the "forward URL" string returned by UIController (before passing the URL to JobRestController). Change: URL-encode the ID contained in the forward string. This results in the ID being decoded back by Spring MVC to it's original format, and passed intact to the downstream JobRestController.
- Loading branch information
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters