FLAM Issue Tracker - FL5
View Issue Details
0000933FL53. Subsystem, Driver, Plugin, SPIpublic2018-08-01 13:022018-08-30 08:51
Falk Reichbott 
Ulrich Schwab 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1.17 
5.1.195.1.18 
0000933: Make behavior configurable if no read specification found for a file in flucFS
Currently in such a situation a passthrough is implemented. It could also be useful to disable the access to such a file in the logical folder (under the mount point).
No tags attached.
Issue History
2018-08-01 13:02Falk ReichbottNew Issue
2018-08-01 13:02Falk ReichbottStatusnew => assigned
2018-08-01 13:02Falk ReichbottAssigned To => Ulrich Schwab
2018-08-22 09:31Falk ReichbottNote Added: 0001180
2018-08-29 13:53Falk ReichbottTarget Version5.1.18 => 5.1.19
2018-08-30 08:51Falk ReichbottNote Added: 0001187
2018-08-30 08:51Falk ReichbottStatusassigned => resolved
2018-08-30 08:51Falk ReichbottFixed in Version => 5.1.18
2018-08-30 08:51Falk ReichbottResolutionopen => fixed

Notes
(0001180)
Falk Reichbott   
2018-08-22 09:31   
The best solution is simply remove of the standard passthrough stuff. Then per default no files are visible without a matching read specification. If passthrough required then then a last read specification "*, format.bin() read.bin(file='')" must be add.
(0001187)
Falk Reichbott   
2018-08-30 08:51   
Remove auto pass through from flucFS if no read specification found. Now you must define a read.bin() format.bin() read specification with file pattern * as last entry if you need the pass through behavior.