You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Han-Yang Lo (JIRA)" <ji...@apache.org> on 2015/06/19 14:48:00 UTC

[jira] [Commented] (INFRA-9844) NegotiateScheme.isConnectionBased LOG.info change to LOG.debug

    [ https://issues.apache.org/jira/browse/INFRA-9844?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14593387#comment-14593387 ] 

Han-Yang Lo commented on INFRA-9844:
------------------------------------

Sorry, this is for HTTPComponents. I can't figure out how to move this task over there...
Source code in question is https://svn.apache.org/repos/asf/httpcomponents/oac.hc3x/trunk/src/contrib/org/apache/commons/httpclient/contrib/auth/NegotiateScheme.java
and I'm claiming that it was accidental that isConnectionBased has info level log message instead of debug given that all the other methods in NegotateScheme have debug level messages about "enter XYZ".

> NegotiateScheme.isConnectionBased LOG.info change to LOG.debug
> --------------------------------------------------------------
>
>                 Key: INFRA-9844
>                 URL: https://issues.apache.org/jira/browse/INFRA-9844
>             Project: Infrastructure
>          Issue Type: Improvement
>            Reporter: Han-Yang Lo
>            Priority: Trivial
>
> Change:
> public boolean isConnectionBased() {
>         LOG.info("enter isConnectionBased()");
>         return true;
>     }
> To:
> public boolean isConnectionBased() {
>         LOG.debug("enter isConnectionBased()");
>         return true;
>     }



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)