FLAM Issue Tracker - FL5
View Issue Details
0000932FL53. Subsystem, Driver, Plugin, SPIpublic2018-08-01 09:282018-08-06 14:26
Falk Reichbott 
Ulrich Schwab 
highmajoralways
closedfixed 
GeneralGeneralGeneral
5.1.17 
5.1.185.1.17 
0000932: The match patterns does not work in each case within flucFS
If I define a match pattern 'pgp/*' then such pattern only matches if I'm located in the logical folder (mount point). Normally I expect that the location must be independent for such a match. This means that relative path to the mount point must be used for matches.

For example:

~/flucFS/rubible.txt - file to copy
~/flucFS/logical - mount point

cd
cp flucFS/rubible.txt flucFS/logical/

don't result in an encryption

cd
cd flucFS/logical
cp ../rubible.txt pgp/

works fine.

No tags attached.
Issue History
2018-08-01 09:28Falk ReichbottNew Issue
2018-08-01 09:28Falk ReichbottStatusnew => assigned
2018-08-01 09:28Falk ReichbottAssigned To => Ulrich Schwab
2018-08-06 14:26Falk ReichbottNote Added: 0001168
2018-08-06 14:26Falk ReichbottStatusassigned => closed
2018-08-06 14:26Falk ReichbottResolutionopen => fixed
2018-08-06 14:26Falk ReichbottFixed in Version => 5.1.17

Notes
(0001168)
Falk Reichbott   
2018-08-06 14:26   
The copy was done in the physical instead of the logical folder. This looks like a pass throught.