Skip to content

[Bug]: VFS with https and basic authentication is ignoring logging level settings #2344

Description

@hansva

Apache Hop version?

2.0

Java version?

11

Operating system

Windows

What happened?

Migration: https://issues.apache.org/jira/browse/HOP-4242

I have set logging level to Minimal to easily detect ERRORs on production run, but after using Text file input with https://login:pass@url/ I am getting a lot of unwanted messages:

Sep 26, 2022 3:38:40 AM org.apache.commons.httpclient.auth.AuthChallengeProcessor selectAuthScheme
INFO: basic authentication scheme selected

that message actually goes from ancient commons-httpclient-3.1, but according https://mvnrepository.com/artifact/org.apache.commons/commons-vfs2/2.9.0 is VFS only optionally dependent on it and should be working also with current httpclient-4.5 (where this message is DEBUG)

when I think over it again, commons logging is yet another facade, so the actual logging have to go over some unconfigured logging backend

Issue Priority

Priority: 3

Issue Component

Component: Other

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions