[
https://issues.apache.org/jira/browse/NIFI-7760?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17184625#comment-17184625
]
ASF subversion and git services commented on NIFI-7760:
-------------------------------------------------------
Commit aaab9ee0cfbd52cba2fd7ecdcada39c96b1169cc in nifi's branch
refs/heads/main from Tamás Bunth
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=aaab9ee ]
NIFI-7760 Remove invalid permission check
Because even though permissions are only the 7 least significant bits of the
file
mode but the file mode can be wider and can contain further info (like the
sticky bit).
Extend unit test for converting file mode with sticky bit into 'rwx' style
permission string.
Remove old test cases
This closes #4490.
Signed-off-by: Peter Turcsanyi <[email protected]>
> UnpackContent failing on "Invalid permission numerals"
> ------------------------------------------------------
>
> Key: NIFI-7760
> URL: https://issues.apache.org/jira/browse/NIFI-7760
> Project: Apache NiFi
> Issue Type: Bug
> Components: Extensions
> Reporter: Matt Burgess
> Assignee: Tamás Bunth
> Priority: Blocker
> Fix For: 1.13.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> A community user ran into an issue with UnpackContent in NiFi 1.12.0 that did
> not occur in 1.11.4. Files going through UnpackContent now may generate an
> error on "Invalid permission numerals", perhaps even if the file mode on the
> files is legitimate (0744 for example).
> This check was added via NIFI-6128, a unit test should be added to reproduce
> the issue alongside any fix.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)