svn commit: r708591 - /mina/trunk/core/src/main/java/org/apache/mina/core/service/IoServiceListenerSupport.java

2008-10-28 Thread elecharny
Author: elecharny Date: Tue Oct 28 07:58:28 2008 New Revision: 708591 URL: http://svn.apache.org/viewvc?rev=708591view=rev Log: Replaced a double call to session.getFilterChain() by a variable containing the result. Modified:

svn commit: r708593 - /mina/trunk/core/src/main/java/org/apache/mina/core/filterchain/IoFilterAdapter.java

2008-10-28 Thread elecharny
Author: elecharny Date: Tue Oct 28 08:01:00 2008 New Revision: 708593 URL: http://svn.apache.org/viewvc?rev=708593view=rev Log: Added a toString() method Modified: mina/trunk/core/src/main/java/org/apache/mina/core/filterchain/IoFilterAdapter.java Modified:

svn commit: r708594 - /mina/trunk/core/src/main/java/org/apache/mina/core/filterchain/DefaultIoFilterChain.java

2008-10-28 Thread elecharny
Author: elecharny Date: Tue Oct 28 08:03:47 2008 New Revision: 708594 URL: http://svn.apache.org/viewvc?rev=708594view=rev Log: o Removed all the useless methods in the Head filter : they are just bypasses. o Added a ToString method into the EntryImpl class o Improved the existing Filter