Skip to content

Typing error: axis2.xml.erb line 179 has an extral "l" for <messageFormatter contentType="application/octet-streaml" #76

@petganev

Description

@petganev

Description:
In all of the modules the template file templates/carbon-home/repository/conf/axis2/axis2.xml.erb has an error on line 179. The value of contentType has an extra "l" : application/octet-streaml

<messageFormatter contentType="application/octet-streaml" 
                          class="org.wso2.carbon.relay.ExpandingMessageFormatter"/>

It should be

<messageFormatter contentType="application/octet-stream" 
                          class="org.wso2.carbon.relay.ExpandingMessageFormatter"/>

The actual config file in v2.6.0 is OK. So just an issue with the puppet templete.

Suggested Labels:

Suggested Assignees:

Affected Product Version:
all

OS, DB, other environment details and versions:

Steps to reproduce:

Related Issues:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions