[jira] [Commented] (NIFI-8099) HTTP Headers is case-insentitive and overwrite attributes values

2020-12-18 Thread Jens M Kofoed (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17251679#comment-17251679 ] Jens M Kofoed commented on NIFI-8099: - Since RFC-2616 says HTTP headers are case insensitive, I

[GitHub] [nifi-minifi-cpp] hunyadi-dev opened a new pull request #966: MINIFICPP-1405 - Update civetweb version, remove patch, disable building lua and duktape deps

2020-12-18 Thread GitBox
hunyadi-dev opened a new pull request #966: URL: https://github.com/apache/nifi-minifi-cpp/pull/966 Cherry picking the civetweb fix onto the release candidate branch. This is an automated message from the Apache Git

[GitHub] [nifi] adenes opened a new pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
adenes opened a new pull request #4736: URL: https://github.com/apache/nifi/pull/4736 - Force the TailFile processor to recreate and reposition the reader by setting it to null in case of a NulCharacterEncounteredException - Updated the TestTailFile.testNULContent() to not

[GitHub] [nifi] markap14 commented on a change in pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
markap14 commented on a change in pull request #4736: URL: https://github.com/apache/nifi/pull/4736#discussion_r545996775 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -799,7

[GitHub] [nifi] adenes commented on a change in pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
adenes commented on a change in pull request #4736: URL: https://github.com/apache/nifi/pull/4736#discussion_r546002454 ## File path: nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/java/org/apache/nifi/processors/standard/TailFile.java ## @@ -799,7

[GitHub] [nifi] markap14 commented on pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
markap14 commented on pull request #4736: URL: https://github.com/apache/nifi/pull/4736#issuecomment-748275528 Looks like all checked out good, +1 merged to main. Thanks @adenes ! This is an automated message from the Apache

[jira] [Commented] (NIFI-8102) TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/NIFI-8102?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17251963#comment-17251963 ] ASF subversion and git services commented on NIFI-8102: --- Commit

[GitHub] [nifi] markap14 closed pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
markap14 closed pull request #4736: URL: https://github.com/apache/nifi/pull/4736 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [nifi] tlsmith109 commented on a change in pull request #4668: NIFI-7991 Flow Configuration History displays "annotation data not fo…

2020-12-18 Thread GitBox
tlsmith109 commented on a change in pull request #4668: URL: https://github.com/apache/nifi/pull/4668#discussion_r546059483 ## File path: nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-api/src/main/java/org/apache/nifi/audit/ProcessorAuditor.java ##

[GitHub] [nifi] markap14 commented on pull request #4736: NIFI-8102 TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread GitBox
markap14 commented on pull request #4736: URL: https://github.com/apache/nifi/pull/4736#issuecomment-748251351 Thanks @adenes . Changes look good to me. Will wait for the Github Actions to complete and assuming that all is green there i'll go ahead and merge.

[jira] [Created] (NIFI-8102) TailFile can skip characters if tailing a file on NFS mount

2020-12-18 Thread Denes Arvay (Jira)
Denes Arvay created NIFI-8102: - Summary: TailFile can skip characters if tailing a file on NFS mount Key: NIFI-8102 URL: https://issues.apache.org/jira/browse/NIFI-8102 Project: Apache NiFi