Martin Zink created MINIFICPP-2000:
--------------------------------------
Summary: GetFile inconsistent attributes
Key: MINIFICPP-2000
URL: https://issues.apache.org/jira/browse/MINIFICPP-2000
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Affects Versions: 0.12.0
Reporter: Martin Zink
Assignee: Martin Zink
Fix For: 0.13.0
Currently GetFile (and possible even more processors) set the
SpecialFlowAttributes incorrectly.
For example given a file: /a/b/c/d.txt
Expected behavour (working dir is /a/b):
* Filename: d.txt
* Path: ./c/
* Absolute Path: /a/b/c/
Current behavour (working dir is /a/b):
* Filename: d.txt
* Path: /a/b/c/
* Absolute Path: /a/b/c/d.txt
--
This message was sent by Atlassian Jira
(v8.20.10#820010)