-
Bug
-
Resolution: Not a bug
-
Low
-
None
-
None
-
None
-
Plugins that have non-ascii characters in their resource names.
When a resource is downloaded from /download/ the URL is decoded by JIRA's URLCodec. There is a bug where all characters are decoded using "US-ASCII" instead of the character encoding of the request.
This should not affect most plugins (who use ascii), but raised this bug just for future reference.