This suggests to me that we're supposed to support some empty id parts.
WDYT?
Michael Hamann on 27/Jan/26 09:34
This suggests to me that we're supposed to support some empty id parts.
XWiki supports this, this is not really a fault of the JIRA macro, but XWiki puts them as path segments in the URL and apparently the Apache setup on xwiki.org and maybe all standard Apache setups don't support this. So it's another case where we rely on the URL path to be able to contain arbitrary segments which is not true in many setups.
My first suggested solution to remove the empty/null ID parts in the JIRA macro was mostly to have a quick fix with an easy and fast upgrade path for xwiki.org that doesn't require a full XWiki upgrade or a manual patch.
I believe that my third solution (using a hash instead of the plain ID components) would be the best solution but it is of course also the one that requires the most changes.
This message was sent by Atlassian Jira (v9.3.0#930000-sha1:287aeb6)
If image attachments aren't displayed, see this article.