FLAM Issue Tracker - FL5
View Issue Details
0000762FL56. Access Control, Logging and Errorhandlingpublic2015-11-20 14:592015-11-23 18:08
Falk Reichbott 
Falk Reichbott 
immediateblockalways
resolvedfixed 
GeneralGeneralGeneral
5.1.09 
5.1.105.1.10 
0000762: If a feature disable but used in auto detection, then read.auto/text/char/binary don't work anymore
A lot of features are used in auto detection, if such an feature (for example OpenPGG) not available, all the autodetection will failed with an license error.
No tags attached.
Issue History
2015-11-20 14:59Falk ReichbottNew Issue
2015-11-20 14:59Falk ReichbottStatusnew => assigned
2015-11-20 14:59Falk ReichbottAssigned To => Falk Reichbott
2015-11-23 18:08Falk ReichbottNote Added: 0000926
2015-11-23 18:08Falk ReichbottStatusassigned => resolved
2015-11-23 18:08Falk ReichbottFixed in Version => 5.1.10
2015-11-23 18:08Falk ReichbottResolutionopen => fixed

Notes
(0000926)
Falk Reichbott   
2015-11-23 18:08   
The check of the license was done at read at the beginning of the open function. The resulting license error was given to auto detection control and result in a error before format detection was done. This means that the detection fails if one of the feature codes not available.

Now the license check is done as last step at open read. In this case all the format detection stuff runs well, but the feature code is not enabled, the open will fail, with a license error. This means that the correct format is detected and only file with formats which have no license key will fail with a corresponing error, all other formats will still work.