Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for REST and JSON | - |
Not Applicable | - |
available_downloads/BusinessWorks/Plugins/REST_JSON/1.1.1/hotfix-01
Listed below is a summary of updates included. Please refer to the associated read me document for any additional information.
================================================================================
Closed Issues in 1.1.1_HF-001((This Release)
REST-386
The REST Dispatch and Reply activity did not allow you to customize the
response error code.
REST-672
Foward slash(es) (/) were escaped in the URL, when using the Render JSON
activity to render an XML HTTP URL to a JSON string.
By default, forward slash(es) are not escaped; if you want to escape the
foward slash(es):
1. Navigate to the {TIBCO_HOME}\designer\{version_number}\bin directory.
2. Open the designer.tra file.
3. Add the java.property.com.tibco.plugin.restjson.xml2json.forwardSlashEscaping
property in the file.
4. Set the value to true.
5. Save the file and restart TIBCO Designer.
REST-684
The REST Dispatch and Reply activity was unable to handle HTTP header correctly
when RequestLine in HTTP header was not in a single line.
REST-688
The REST Dispatch and Reply activity did not reply to client with error message
when it got error and hanged up.