FTP Notifier incorrectly process String payload
-----------------------------------------------
Key: JBESB-1394
URL:
http://jira.jboss.com/jira/browse/JBESB-1394
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Adapters
Affects Versions: 4.2.1
Reporter: Jiri Pechanec
Snippet from NotifyFTP.java
IOUtils.write((byte[]) payloadProxy.getPayload(message), stream);
This is wrong, NotifyFTP should accept generic object or String to be stored in payload as
other notifiers.
--
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