Description: This hot fix can be downloaded from the TIBCO Product Support file transfer server, mft.tibco.com, using your username and password for the TIBCO Support Web. You can use FTP, SFTP (FTP or SFTP use requires an FTP / SFTP client or command-line FTP), or your web browser at https://mft.tibco.com(requires Java applet support in your browser). Once logged on you can find the hot fix under:
available_downloads/BusinessWorks/Plugins/REST_JSON/1.1.1/hotfix-03
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-003 (This Release)
REST-848
After installing the hotfix 002, the HTTP Receiver option was not displayed in the Reply For list of the REST Dispatch and Reply activity.
REST-850 (Parent REST-676)
When using the REST Dispatch and Reply activity and the Send HTTP Response activity together, the customized headers were lost after restarting TIBCO Designer and browser.
Note: Ensure TIBCO Runtime Agent 5.8.0 or above is installed to handle cross-domain requests.
The REST Dispatch and Reply activity follows the following rules to handle cross-domain requests:
- The Value of the "origin" parameter in the request header maps to the value of the "Access-Control-Allow-Origin" parameter in the response header.
- The value of the "Access-Control-Allow-Methods" parameter is set to "OPTIONS, GET, PUT, POST, DELETE, *".
You can add same response headers to overwrite default values.
The REST Dispatch and Reply activity follows the following rules to handle "OPTIONS" requests:
- The Value of the "origin" parameter in the request header maps to the value of the "Access-Control-Allow-Origin" parameter in the response header.
- The value of the "access-control-request-method" parameter in the request header maps to the value of the "Access-Control-Allow-Methods" parameter in the response header.
- The value of the "access-control-request-headers" parameter in the request header maps to the value of the "Access-Control-Allow-Headers" parameter in the response header.
- By default, the value of the "Access-Control-Max-Age" parameter in the response header is set to 20 days.
Use the Send HTTP Response activity to customize response headers.