agallou / mageia-app-db

GNU Affero General Public License v3.0
6 stars 3 forks source link

tools/updates doesn't handle "+" characters properly #257

Open akien-mga opened 10 years ago

akien-mga commented 10 years ago

The tools/updates does not pass package names with a "+" character properly in its links to external services (bugzilla, wiki).

For exemple the quick searches for "gtk+3.0" give:

In both link, the "+" character is interpreted as a space character. For the wiki at least it should be translated to "%2B".

Note that there might be other problematic characters that we just haven't encountered yet (though I don't think there are many non-alphanumeric characters in package names, probably just - _ +)