Details
-
Type: Bug
-
Status: Closed
-
Priority: Default
-
Resolution: Fixed
-
Affects Version/s: 1.4.0
-
Fix Version/s: 3.0.0
-
Component/s: None
-
Labels:None
Description
The BytesField support for putting raw bytes into a message does not work unless the bytes are compatible with the charset. e.g., the test below will fail. If QF/J is to support raw data fields (and encoded fields), some areas that currently work on/as Strings will need to change to work on byte[]s or ByteBuffers. In the mean time, if BytesField can't work, best to remove it.
public void testBytesFieldForReal()
throws Exception
Attachments
Issue Links
- relates to
-
QFJ-789 Fully support alternate encodings (charsets)
- Open