APAR status
Closed as program error.
Error description
User is using RBD 8.0.1 for RUI development. With the following REST service definition Function get_HTM_Task_Input(taskID string in,newInput string in) returns(string) {@GetRest {uriTemplate='{taskID}/input?new={newInput}',requestFormat = JSON,responseFormat = NONE}}; When calling the REST service from a RichUI client (Javascript) the url being send to the server looks like this 'http://localhost/rest/bpm/htm/v1/task/_TKI%3Aa01b012e.aded919.7 efdef53.ce39002e/input?new=false' When calling the same REST service from a EGL program (Java) the url being send to the server looks like this 'http://localhost/rest/bpm/htm/v1/task/_TKI%3Aa01b012e.aded919.7 efdef53.ce39002e%2Finput%3Fnew%3Dfalse' The parameters of the REST service are corrupted, the / sign is translated to %2F, the ? is translated to %3F and the = is translated to %3D. This isn't the right URL so the service call ends in error.
Local fix
Problem summary
**************************************************************** * USERS AFFECTED: * **************************************************************** * PROBLEM DESCRIPTION: * **************************************************************** * RECOMMENDATION: * **************************************************************** Javageneration was not correctly encoding query parameters, it was encoding the entire URL.
Problem conclusion
Changed the code to only encode query parameters
Temporary fix
Comments
APAR Information
APAR number
PM32895
Reported component name
RATL BUS DEV
Reported component ID
5724S5000
Reported release
801
Status
CLOSED PER
PE
NoPE
HIPER
NoHIPER
Special Attention
NoSpecatt
Submitted date
2011-02-16
Closed date
2011-03-31
Last modified date
2011-03-31
APAR is sysrouted FROM one or more of the following:
APAR is sysrouted TO one or more of the following:
Fix information
Fixed component name
RATL BUS DEV
Fixed component ID
5724S5000
Applicable component levels
R801 PSN
UP
[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]
Document Information
Modified date:
31 March 2011