You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2017/05/15 06:39:04 UTC

[jira] [Assigned] (CAMEL-11264) Potential NPE in DefaultUndertowHttpBinding

     [ https://issues.apache.org/jira/browse/CAMEL-11264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-11264:
----------------------------------------

    Assignee: Andrea Cosentino

> Potential NPE in DefaultUndertowHttpBinding
> -------------------------------------------
>
>                 Key: CAMEL-11264
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11264
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-undertow
>    Affects Versions: 2.18.0, 2.18.1, 2.18.2, 2.18.3, 2.19.0
>            Reporter: James Netherton
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 2.18.4, 2.19.1, 2.20.0
>
>
> There's a potential NPE lurking in {{DefaultUndertowHttpBinding}}. We have this logic:
> {code:java}
> // we failed due to an exception so print it as plain text
> StringWriter sw = new StringWriter();
> PrintWriter pw = new PrintWriter(sw);
> exception.getCause().printStackTrace(pw);
> {code}
> Unfortuantely, {{exception.getCause()}} is not always guaranteed to be present and may be {{null}}.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)