]
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: