Openbravo Issue Tracking System - Modules
View Issue Details
0039949ModulesExternal Data Integrationpublic2019-01-15 11:272022-02-01 08:05
AugustoMauch 
Triage Platform Base 
highminorhave not tried
newopen 
5
 
 
0039949: The maximum length of EDLRequest.response should be checked before setting it
Currently the maximum length of the EDLRequest.response column is 2000. If a process generates a response longer than 2000 characters, the following error is shown in the console:

Value .... is too long, it has length 10123, the maximum allowed length is 2000
 ... at org.openbravo.base.model.Property.checkIsValidValue(Property.java:833)
 ... at org.openbravo.base.structure.BaseOBObject.set(BaseOBObject.java:276)
 ... at org.openbravo.externaldata.integration.OBEDLRequest.setResponse(OBEDLRequest.java:194)
 ... at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:330)
 ... at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:265)
 ... at org.openbravo.externaldata.integration.process.ProcessRequest.addRequest(ProcessRequest.java:259)
 ... at com.openbravo.but.integrationplatform.GenericWebService.callGenericFunction(GenericWebService.java:101)
 ... at com.openbravo.but.integrationplatform.GenericWebService.doPost(GenericWebService.java:53)
To be done
Limit the size of the response before setting it to the EDL request if it is longer than its maximum size
No tags attached.
related to defect 0039685 closed caristu EDL Request Line Error Message length should be controlled when setting it 
Issue History
2019-01-15 11:27AugustoMauchNew Issue
2019-01-15 11:27AugustoMauchAssigned To => platform
2019-01-15 11:27AugustoMauchIssue generated from0039685
2019-01-15 11:28AugustoMauchRelationship addedrelated to 0039685
2021-09-22 17:39aferrazIssue cloned0047739
2022-02-01 08:05alostaleAssigned Toplatform => Triage Platform Base

There are no notes attached to this issue.