stevedlawrence opened a new pull request #85: Fix bugs associated with truncateSpecifiedLengthString="yes" URL: https://github.com/apache/incubator-daffodil/pull/85 - Check to make sure an explicit length string actually needs to be truncated before trying to truncate it, otherwise it results in an StringIndexOutOfBoundsException. We have the check for character lengths, but were missing it for bit/byte lenghts. - Allow truncateSpecifiedLengthString="yes" when textStringJustification="center". This is legal according to the spec, but should result in a processing error in cases where truncation is needed. DAFFODIL-1969
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
