[jboss-jira] [JBoss JIRA] Closed: (JBREM-635) Remove misleading error message from HTTPUnMarshaller.

Ron Sigal (JIRA) jira-events at jboss.com
Tue Nov 21 00:51:41 EST 2006


     [ http://jira.jboss.com/jira/browse/JBREM-635?page=all ]

Ron Sigal closed JBREM-635.
---------------------------

    Resolution: Done

Removed try/catch and log.warning().

> Remove misleading error message from HTTPUnMarshaller.
> ------------------------------------------------------
>
>                 Key: JBREM-635
>                 URL: http://jira.jboss.com/jira/browse/JBREM-635
>             Project: JBoss Remoting
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>    Affects Versions:  2.2.0.Beta1 (Bluto)
>            Reporter: Ron Sigal
>         Assigned To: Ron Sigal
>            Priority: Minor
>             Fix For:  2.2.0.Beta1 (Bluto)
>
>
> In read() the code
>       try
>       {
>          if (isBinaryData(metadata))
>             return super.read(inputStream, metadata);
>       }
>       catch (Exception e)
>       {
>          log.warn("Can not get Content-Type from header for http unmarshalling.");
>       }
> can return a warning about content-type even if the exception is thrown by super.read().

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list