Proxy example doesn't work.
---------------------------
Key: DIRMINA-340
URL: https://issues.apache.org/jira/browse/DIRMINA-340
Project: MINA
Issue Type: Bug
Components: Example
Affects Versions: 1.0.1, 1.0.0
Reporter: Trustin Lee
Priority: Minor
Fix For: 1.0.2
The following is Scott's report. We need to review it and apply the patch if
necessary.
On 12/1/06, Scott C. Ripley <[EMAIL PROTECTED]> wrote:
hey all,
in order to get the mina-1.0.0 proxy example to work (as anticipated),
i had to modify:
ServerToProxyIoHandle.java
//...
public class ServerToProxyIoHandler extends AbstractProxyIoHandler
{
// previously empty method, added:
public void sessionOpened( final IoSession session ) throws Exception
{
session.setTrafficMask( TrafficMask.ALL );
}
}
//...
- am i missing anything?
- is this bad form, given the example?
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.