Hi Scott,

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?


Let me review the code and apply your patch.  You can track this problem
here:

http://issues.apache.org/jira/browse/DIRMINA-340

Sorry for being late,
Trustin
--
what we call human nature is actually human habit
--
http://gleamynode.net/
--
PGP key fingerprints:
* E167 E6AF E73A CBCE EE41  4A29 544D DE48 FE95 4E7E
* B693 628E 6047 4F8F CFA4  455E 1C62 A7DC 0255 ECA6

Reply via email to