IBM Support

JR64898: DOC - THE EXAMPLE FOR MODIFYING THE ALLOWED MIME TYPE IS INEFFECTIVE IN IBM BUSINESS AUTOMATION WORKFLOW 21.0.3

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as documentation error.

Error description

  • Beginning in 21.0.3, the 99Local.xml file contains the following
    settings. To override these settings in the 100Custom.xml, you
    must use the "mergeChildren" and "replace" attributes.
    
    The example that is in "Configuring document management
    security" is missing these attributes. The correct example is
    
    <server merge="mergeChildren">
      <!-- mime type allowed list which specifies mime types
    accepted for -->
    <!-- upload to document list or document attachment -->
    <document-attachment-accepted-mime-types merge="replace">
       <!-- specifies whether to allow a null mime type for upload
    -->
       <allow-null-mime-type>false</allow-null-mime-type>
       <!-- lists the mime types allowed for upload -->
       <mime-type>text/plain</mime-type>
       <mime-type>img/png</mime-type>
    </document-attachment-accepted-mime-types>
    <!-- mime type blocked list which specifies mappings from
    unacceptable -->
    <!-- mime types to acceptable mime types for download from -->
    <!-- document list or document attachment -->
    <document-attachment-download-mime-types merge="replace">
       <!-- will map text/html mime type to text/plain mime type -->
    
      <mime-type-map>
        <from>text/html</from>
        <to>text/plain</to>
      </mime-type-map>
       <!-- missing <to> element implies mapping to
    content/octet-stream -->
       <mime-type-map>
         <from>application/pdf</from>
         </mime-type-map>
    </document-attachment-download-mime-types>
    </server>
    

Local fix

Problem summary

  • No additional information is available.
    
    PRODUCTS AFFECTED
    IBM Business Automation Workflow
    

Problem conclusion

  • The content will be updated the next time the documentation is
    refreshed.
    

Temporary fix

Comments

APAR Information

  • APAR number

    JR64898

  • Reported component name

    BUS AUTO WORKFL

  • Reported component ID

    5737H4100

  • Reported release

    L00

  • Status

    CLOSED DOC

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt / Xsystem

  • Submitted date

    2022-05-02

  • Closed date

    2022-05-09

  • Last modified date

    2022-05-09

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

Applicable component levels

[{"Line of Business":{"code":"LOB45","label":"Automation"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SS8JB4","label":"IBM Business Automation Workflow"},"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"21.0.2"}]

Document Information

Modified date:
10 May 2022