Anonymous | Login | Signup for a new account | 2024-11-22 13:37 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000772 | FL5 | 2.2 Subprogram FLUC (CONV) | public | 2015-12-21 12:42 | 2015-12-25 09:38 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | high | Severity | major | Reproducibility | sometimes | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 5.1.10 | ||||||||
Target Version | 5.1.11 | Fixed in Version | 5.1.10 | ||||||
Summary | 0000772: Auto base decoding at read.char/text() result sometimes in errors or demaged data | ||||||||
Description | At read.char/text() an additional base decoding is done after decompression if XML, TEXT or CHAR detected as result. Sometimes this addtional base decoding (CHAR) can result in a valid character stream (CHAR) or text for a origin that was a real character stream or text and not a Base-Encoding, but all characters of this origin are valid for base decoding. For example: "Dies ist eine Testdatei" in EBCDIC result after BASE32 decoding in a valid but nonsensical ASCII text. Esspecial for short data stream such a false detection could be happen. | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000939) Falk Reichbott (administrator) 2015-12-21 15:30 |
The default is now DECODE=CMPDEC and this results only in an additional base decoding after decompression if the resulting character or text stream a unique format (currently this is only the case for XML). The default behavior don't decode at read.text() if the result is TEXT or at read.char() if the result is TEXT or CHAR. To enforce this old behavior you must set DECODE=ALWAYS which was the old default. You can change the default behavior back to the old one by defining the property: FLCL.CONV.READ.CHAR/TEXT.DECODE="ALWAYS" |
Issue History | |||
Date Modified | Username | Field | Change |
2015-12-21 12:42 | Falk Reichbott | New Issue | |
2015-12-21 12:42 | Falk Reichbott | Status | new => assigned |
2015-12-21 12:42 | Falk Reichbott | Assigned To | => Falk Reichbott |
2015-12-21 15:30 | Falk Reichbott | Note Added: 0000939 | |
2015-12-21 15:30 | Falk Reichbott | Status | assigned => resolved |
2015-12-21 15:30 | Falk Reichbott | Fixed in Version | => 5.1.11 |
2015-12-21 15:30 | Falk Reichbott | Resolution | open => fixed |
2015-12-25 09:38 | Falk Reichbott | Fixed in Version | 5.1.11 => 5.1.10 |
Copyright © 2000 - 2024 MantisBT Team |