-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: display-url-api-plugin
-
Labels:
-
Similar Issues:
AbstractItem.getAbsoluteUrl calls Util.encode to deal with non-ASCII project names. (I suppose; not sure the exact motivation, but perhaps to allow URLs to be embedded in non-Unicode-safe content.)
Yet ClassicDisplayURLProvider does not do this. Probably it should.
Code changed in jenkins
User: James Dumay
Path:
src/main/java/org/jenkinsci/plugins/displayurlapi/DisplayURLProvider.java
http://jenkins-ci.org/commit/display-url-api-plugin/84b33939e45544dbb5e2b1599c8ed5a08bbf510c
Log:
JENKINS-38067encode URLs with Util.encode