Overview
While copying the URL of the specific place or content to a tile, the URL gets changed. It also happens while trying to open the URL in a new tab by entering the URL in the browser's address bar.
For example:
https://jiveURL/testgroup/content?filterID=contentstatus[published]~category[testcategory]
The above-mentioned test URL changes into:
https://jiveURL/groups/testgroup/content?filterID=contentstatus%5Bpublished%5D~category%5Btestcategory%5D
Note: The %5B
and %5D
is a change that was intentional and based on web standards. The left bracket, [
, when translated into URL encoding, is %5B
and the right bracket, ]
translates into %5D
.
Information
This section will provide valuable information about the Jira ticket raised corresponding to this issue, the environment in which this issue was observed and the resolution for this issue.
Bug id
JVHOPLE-2275
Environment
Jive Hosted/On-Premise: v9.0.5
Resolution
This was identified as a bug and has been resolved in Jive version 9.0.5.3
Priyanka Bhotika
Comments