bartdemaeyer

Results 2 issues of bartdemaeyer

We are currently implementing an HL7 over Http implementation with one of our vendors, and we're using your HL7overHttp implementation. On your site is stated for HL7overHttp that the 'Content-Type'...

In the class 'AbstractHl7OverHttpDecoder' method 'private String readLine(InputStream theInputStream, boolean theFirstLine)' in the return statement 'return WHITESPACE_PATTERN.matcher(retVal.toString()).replaceAll(" ").trim();' the result is trimmed this gives problems in the code class 'Hl7OverHttpResponseDecoder'...