[ https://issues.apache.org/jira/browse/CXF-7429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062934#comment-16062934 ]
ASF GitHub Bot commented on CXF-7429: ------------------------------------- GitHub user blasd opened a pull request: https://github.com/apache/cxf/pull/286 [CXF-7429] Prevent NPE on file log and null writer You can merge this pull request into a Git repository by running: $ git pull https://github.com/blasd/cxf master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/286.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #286 ---- commit c19a61a97b22e342b991f1540032f26933c4c758 Author: Benoit Lacelle <benoit.lace...@solven.eu> Date: 2017-06-26T11:05:56Z [CXF-7429] Prevent NPE on file log and null writer commit 3372fd760bd37a204f9dbc82c8ede3f1ed824c90 Author: Benoit Lacelle <benoit.lace...@solven.eu> Date: 2017-06-26T11:10:48Z [CXF-7429] Prevent NPE on file log and null writer - Fix tab ---- > NPE in WriterInterceptorMBW when writer is null and Log is fine > --------------------------------------------------------------- > > Key: CXF-7429 > URL: https://issues.apache.org/jira/browse/CXF-7429 > Project: CXF > Issue Type: Bug > Components: JAX-RS > Affects Versions: 3.1.11, 3.2.0 > Reporter: Benoit Lacelle > Priority: Trivial > Original Estimate: 1h > Remaining Estimate: 1h > > NPE if the log level is below or equals to FINE and WriterInterceptorMBW has > a null writer (which is legit according to a later null check). -- This message was sent by Atlassian JIRA (v6.4.14#64029)