Bug report #9595
Encode ampersands in the xml repo output
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | |||
Category: | - | ||
Pull Request or Patch supplied: | No |
Description
If there is an ampersand in the author_name tag (or any other except the description), it's passed to the xml output without any encoding, what leads to a corrupted xml. I've just made a fast workaround in the plugin installer by replacing all "& " with "& " in the downloaded xml, however, a similar replace on the server side would prevent from publishing corrupted XMLs at all.
See: #9524.
History
#1
Updated by Alessandro Pasotti about 11 years ago
- Status changed from Open to Feedback
Should be fixed, please test.
#2
Updated by Borys Jurgiel about 11 years ago
- Status changed from Feedback to Closed
Works perfectly, thanks!
Btw. I leave the workaround in the installer for external repositories though.