<!-- 
RSS generated by JIRA (1001.0.0-SNAPSHOT#100246-sha1:7a5c50119eb0633d306e14180817ddef5e80c75d) at Thu Feb 08 23:15:11 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>FOLIO Jira</title>
    <link>https://folio-org.atlassian.net</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>1001.0.0-SNAPSHOT</version>
        <build-number>100246</build-number>
        <build-date>07-02-2024</build-date>
    </build-info>

<item>
            <title>[FOLIO-1689] Incorrect handling on non-ASCII characters in module descriptors</title>
                <link>https://folio-org.atlassian.net/browse/FOLIO-1689</link>
                <project id="10290" key="FOLIO">FOLIO</project>
                    <description>&lt;p&gt;Something is wrong with the pipeline. SEE 
    &lt;span class=&quot;jira-issue-macro resolved&quot; data-jira-key=&quot;OKAPI-695&quot; &gt;
                &lt;a href=&quot;https://folio-org.atlassian.net/browse/OKAPI-695&quot; class=&quot;jira-issue-macro-key issue-link&quot;  title=&quot;Incorrect handling on non-ASCII characters in module descriptors&quot; &gt;
            &lt;img class=&quot;icon&quot; src=&quot;https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium&quot; /&gt;
            OKAPI-695
        &lt;/a&gt;
                                                    &lt;span class=&quot;aui-lozenge aui-lozenge-subtle aui-lozenge-success jira-macro-single-issue-export-pdf&quot;&gt;Closed&lt;/span&gt;
            &lt;/span&gt;
&lt;/p&gt;</description>
                <environment></environment>
        <key id="80981">FOLIO-1689</key>
            <summary>Incorrect handling on non-ASCII characters in module descriptors</summary>
                <type id="10001" iconUrl="https://folio-org.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/10303?size=medium">Bug</type>
                                            <priority id="10002" iconUrl="https://dev.folio.org/assets/jira-priority/jira-p3.svg">P3</priority>
                        <status id="6" iconUrl="https://folio-org.atlassian.net/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10003">Done</resolution>
                                                        <assignee accountid="5f9abc1eb45b2e007453f423">John Malconian</assignee>
                                                                <reporter accountid="5f8314dfbdef80006f6f572d">Adam Dickmeiss</reporter>
                                    <labels>
                            <label>ci</label>
                            <label>platform-backlog</label>
                            <label>sprint54</label>
                    </labels>
                <created>Wed, 9 Jan 2019 14:21:03 +0000</created>
                <updated>Wed, 3 Jun 2020 16:39:21 +0000</updated>
                            <resolved>Wed, 9 Jan 2019 19:16:12 +0000</resolved>
                                                                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                <comments>
                                                            <comment id="193652" author="5f9abc1eb45b2e007453f423" created="Wed, 9 Jan 2019 19:16:12 +0000"  >&lt;p&gt;Indeed,  a problem with POST in the jenkins pipeline.   Specifying UTF-8 for JSON in the Content-Type and Accept headers resolves the issue.  &lt;/p&gt;

&lt;div class=&quot;preformatted panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;preformattedContent panelContent&quot;&gt;
&lt;pre&gt;[malc@ip-10-36-20-124 vars]$ curl http://folio-registry.aws.indexdata.com/_/proxy/modules/mod-gobi-1.1.0-SNAPSHOT.47
{
  &quot;id&quot; : &quot;mod-gobi-1.1.0-SNAPSHOT.47&quot;,
  &quot;name&quot; : &quot;GOBI&#174; Module&quot;,
  &quot;requires&quot; : [ {
    &quot;id&quot; : &quot;orders&quot;,
    &quot;version&quot; : &quot;1.0&quot;
  }, {
    &quot;id&quot; : &quot;configuration&quot;,
    &quot;version&quot; : &quot;2.0&quot;
  }, {
    &quot;id&quot; : &quot;material-types&quot;,
    &quot;version&quot; : &quot;2.2&quot;
  }, {
    &quot;id&quot; : &quot;locations&quot;,
    &quot;version&quot; : &quot;2.1 3.0&quot;
  }, {
    &quot;id&quot; : &quot;vendor&quot;,
    &quot;version&quot; : &quot;1.0&quot;
  } ],
  &quot;provides&quot; : [ {
    &quot;id&quot; : &quot;gobi&quot;,
    &quot;version&quot; : &quot;1.0&quot;,
    &quot;handlers&quot; : [ {
      &quot;methods&quot; : [ &quot;GET&quot; ],
      &quot;pathPattern&quot; : &quot;/gobi/validate&quot;,
      &quot;permissionsRequired&quot; : [ &quot;gobi.item.post&quot; ]
    }, {
      &quot;methods&quot; : [ &quot;POST&quot; ],
      &quot;pathPattern&quot; : &quot;/gobi/orders&quot;,
      &quot;permissionsRequired&quot; : [ &quot;gobi.item.post&quot; ],
      &quot;modulePermissions&quot; : [ &quot;orders.item.post&quot;, &quot;inventory-storage.material-types.collection.get&quot;, &quot;inventory-storage.locations.collection.get&quot;, &quot;vendor.collection.get&quot;, &quot;configuration.entries.collection.get&quot; ]
    } ]
  } ],
  &quot;permissionSets&quot; : [ {
    &quot;permissionName&quot; : &quot;gobi.item.post&quot;,
    &quot;displayName&quot; : &quot;gobi - post order&quot;,
    &quot;description&quot; : &quot;Creates an order&quot;
  }, {
    &quot;permissionName&quot; : &quot;gobi.all&quot;,
    &quot;displayName&quot; : &quot;gobi - all permissions&quot;,
    &quot;description&quot; : &quot;Entire set of permissions needed to use gobi&quot;,
    &quot;subPermissions&quot; : [ &quot;gobi.item.post&quot; ]
  } ],
  &quot;launchDescriptor&quot; : {
    &quot;dockerImage&quot; : &quot;folioci/mod-gobi:1.1.0-SNAPSHOT.47&quot;,
    &quot;dockerPull&quot; : true,
    &quot;dockerArgs&quot; : {
      &quot;HostConfig&quot; : {
        &quot;PortBindings&quot; : {
          &quot;8081/tcp&quot; : [ {
            &quot;HostPort&quot; : &quot;%p&quot;
          } ]
        }
      }
    }
  }
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10003">
                    <name>Relates</name>
                                            <outwardlinks description="relates to">
                                        <issuelink>
            <issuekey id="54157">OKAPI-695</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummarycf">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10019" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|hzzb47:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_10020" key="com.pyxis.greenhopper.jira:gh-sprint">
                        <customfieldname>Sprint</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_10024" key="com.atlassian.jira.ext.charting:firstresponsedate">
                        <customfieldname>[CHART] Date of First Response</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>Wed, 9 Jan 2019 19:16:12 +0000</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10025" key="com.atlassian.jira.ext.charting:timeinstatus">
                        <customfieldname>[CHART] Time in Status</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                    </customfields>
    </item>
</channel>
</rss>