You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Andy LoPresto (Jira)" <ji...@apache.org> on 2020/07/17 21:05:00 UTC

[jira] [Created] (NIFI-7658) Lower log severity of expected exception for missing content length filter size value

Andy LoPresto created NIFI-7658:
-----------------------------------

             Summary: Lower log severity of expected exception for missing content length filter size value
                 Key: NIFI-7658
                 URL: https://issues.apache.org/jira/browse/NIFI-7658
             Project: Apache NiFi
          Issue Type: Improvement
          Components: Core Framework
    Affects Versions: 1.11.4
            Reporter: Andy LoPresto
            Assignee: Andy LoPresto


All unsecured instances report an INFO log at startup and on additional requests due to the Kerberos authentication mechanism being unavailable. This log severity should be lowered and the message suppressed by default as it is an expected scenario but causes concern for many users. 

{code}
2020-07-17 11:37:38,023 INFO [NiFi Web Server-18] o.a.n.w.m.IllegalStateExceptionMapper java.lang.IllegalStateException: Access tokens are only issued over HTTPS. Returning Conflict response.
{code}

A follow-on Jira should address removing the unnecessary request entirely. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)