Kavita created HTTPCLIENT-2063:
----------------------------------
Summary: The "HTTP 405 Method Not Allowed" warning is printing
exception trace in log file
Key: HTTPCLIENT-2063
URL: https://issues.apache.org/jira/browse/HTTPCLIENT-2063
Project: HttpComponents HttpClient
Issue Type: Bug
Components: HttpClient (async)
Affects Versions: 5.0
Reporter: Kavita
The warning "HTTP 405 Method Not Allowed" is printing the stack trace in log
file. Can we change the log level for printing stack trace as 'debug' or
'verbose'? This will allow other applications also to control the log levels
appropriately.
The exception appears like this in logs:
WARNING: javax.ws.rs.ClientErrorException: HTTP 405 Method Not Allowed
2019-10-30 03:23:26.927 **************************
at
org.apache.cxf.jaxrs.utils.SpecExceptions.toHttpException(SpecExceptions.java:117)
2019-10-30 03:23:26.927 **************************
at
org.apache.cxf.jaxrs.utils.ExceptionUtils.toHttpException(ExceptionUtils.java:167)
2019-10-30 03:23:26.928 **************************
at
org.apache.cxf.jaxrs.interceptor.JAXRSInInterceptor.processRequest(JAXRSInInterceptor.java:238)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]