[ https://issues.apache.org/jira/browse/NIFI-679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14615496#comment-14615496 ]
Matt Gilman commented on NIFI-679: ---------------------------------- There is no existing guide for source format outside of checkstyle which is configured in the parent pom [1]. You can verify your contribution is compliant by running the contrib-check profile [2]. This however does not do anything for verifying local mutability. That is something we try to do, but there are certainly cases where that is missing throughout the codebase. Generally, we would suggest creating a new ticket if focusing on cleaning up a portion of code. What likely happened in this instance is that an IDE was configured to automatically format and make checkstyle-type modifications and those were included into a patch with another functional change. [1] https://github.com/apache/incubator-nifi/blob/develop/nifi-parent/pom.xml#L260 [2] https://github.com/apache/incubator-nifi/blob/develop/nifi-parent/pom.xml#L380 > InvokeHTTP - Add support for basic authentication > ------------------------------------------------- > > Key: NIFI-679 > URL: https://issues.apache.org/jira/browse/NIFI-679 > Project: Apache NiFi > Issue Type: Improvement > Components: Extensions > Reporter: Matt Gilman > Priority: Minor > Fix For: 0.2.0 > > Attachments: nifi-679.patch > > > InvokeHTTP should optionally support username/password for web services that > do not employ certificate based authentication. -- This message was sent by Atlassian JIRA (v6.3.4#6332)