timja / jenkins-gh-issues-poc-06-18

0 stars 0 forks source link

[JENKINS-6960] URLEncoding problem with 'from' parameter #823

Open timja opened 14 years ago

timja commented 14 years ago

Way to reproduce:


Originally reported by aldaris, imported from: URLEncoding problem with 'from' parameter
  • assignee: mindless
  • status: Reopened
  • priority: Major
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 14 years ago

scm_issue_link:

Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/resources/hudson/security/SecurityRealm/loginLink.jelly
trunk/www/changelog.html
http://jenkins-ci.org/commit/32884
Log:
[FIXED JENKINS-6960] Encode from parameter in login link, to fix redirect
after login when return URL has characters that need encoding.

timja commented 9 years ago

liryc17:

I have a job which name is "création d'un test" and the link in the main page is :

création d'un test

as you can see, the quote character ' is not URLEncoded with %27.

This make a loading error when trying to see the job's configuration page (variable).

Another error is when I try to delete the job.
Nothing happens when I click on the delete project link on the job page loaded with url ..../job/cr%C3%A9ation%20d'un%20test/ BUT the delete action link works on the job page loaded with url .../job/cr%C3%A9ation%20d%27un%20test/

Jenkins version : 1.599