Release Notes for 5.14.1
Summary
Bug fix
Unable to upload attachments via REST API
This happens if the request url contains multiple /issue/
.
For example, if the context path is /issue
, the request url will be https://myjira.com/issue/rest/api/latest/issue/ATTACH-1/attachments
.
There will be a NullPointerException:
java.lang.NullPointerException
at com.akelesconsulting.jira.plugins.servlet.AttachmentCheckerFilter.doFilter(SourceFile:237)