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:
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
It should be
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: