In our sonarqube 9.9.1 LTS deployed on Docker we have a portfolio in which we want to remove an application (not a project).
But when we validate Remove in the popup, nothing happens. The firefox dev console show a 404 not found for the call the button does and in the logs we find this line :
I’ve found out the (probable) cause : we use a semicolon to separate words in our keys. The same portfolio without a semicolon doesn’t have the problem.
I create a simple Portfolio in wich I add 2 applications
MyPortfolio (key=test:myportfolio)
App1
App2
If i try to remove App1 or App2 or change the branch for the application, I reproduce the bug. I can’t remove the app or change the bug without any return from the web interface.
I see a 404 error in the dev console or the server logs.
@FredericS : thank you for your patience. Our dev team has confirmed the bug, have a look here: [SONAR-20441] - Jira. There’s no confirmed timeline for implementing the fix, but we appreciate your help in recognizing this issue.