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

0 stars 0 forks source link

[JENKINS-42552] Job search not handling + characters #3909

Open timja opened 7 years ago

timja commented 7 years ago

I'm using the + character as a delimiter in Job names for some other automation. This has been working fine, except in 1 place.

When searching for part of a job name, a search page will get generated with all the possible jobs. This page looks visually correct. But all the links go to /pluginManager/search/?q= instead of the actual job links.

All of these links fail. That search module is stripping the + from the Job name, causing the resulting lookup to fail.

It returns a page the says "Search for '"

and says nothing matches. Which is now correct as the job name was modified.


Originally reported by snemetz, imported from: Job search not handling + characters
  • status: Open
  • priority: Minor
  • resolution: Unresolved
  • imported: 2022/01/10
timja commented 3 years ago

tizkiko:

I tried to re-produce on 2.308-SNAPSHOT but it didn't re-produce.

snemetz can you please check if still happens and if so, add some examples?