Hide Forgot
Help Desk Ticket Reference: https://c.na7.visual.force.com/apex/Case_View?id=500A0000006IvsO project_key: SOA If a value has a non-terminated qualify (or other invalid entries) the entire file may be read into memory. We should have a proactive check to prevent this.
Link: Added: This issue Cloned from JBEDSP-1259
Steps to Reproduce: Removed: I've attached a vdb, text file and descriptor file. Use the following query: select RECORD_TYPE, CLIENT, OBJECT_TYPE, OBJECT_CD, DESCRIPTION from SAP.SAP_XI_Source.WBS_CODE
updated the readline logic to read characters at a time and validate against an expected maximum
Security: Added: Public
Reopened for release note.
Release Notes Docs Status: Added: Documented as Resolved Issue Writer: Added: dlesage Release Notes Text: Added: https://issues.jboss.org/browse/SOA-3062 The text table was not checking for valid input. If a value had an invalid entry the entire file was read into memory. Readline logic has been added to read characters one at a time and validate them against an expected maximum value.