jwbf icon indicating copy to clipboard operation
jwbf copied to clipboard

Pointless warning when using a custom HTTP client in HTTPActionClient builder

Open andreas-hartmann opened this issue 7 years ago • 1 comments

net/sourceforge/jwbf/core/actions/HttpActionClient.java:386 is a pointless warning. It should be info or rely on reflection to check if a user agent is set in the HTTPClient. This should be fixed because it's either this warning or this warning if you don't use a custom client to set the cookie spec, but during normal operation no warnings should be logged. I'd fix it if I had permission to push my local branch.

andreas-hartmann avatar Sep 09 '17 14:09 andreas-hartmann

Please send a pull request

eldur avatar Sep 09 '17 21:09 eldur