Menu

#202 HttpInputStream codepage issue

Release 2.1.0
open
nobody
5
2004-12-06
2004-12-06
Anonymous
No

The parseVariables() method contains the following line:

variableValue = new String(variableValue.getBytes(),
"UFT-8");

This causes a problem on on EBCDIC code-page systems in
that the resulting variableValue is an empty string.

This can be fixed by removing the above line (tested on
z/OS 1.4)

email: evansdj@norwich-union.co.uk

Discussion


Log in to post a comment.