History
Log In
h
ome
b
rowse project
f
ind issues
Q
uick Search:
Learn more about
Quick Search
Issue Details
(
XML
|
Word
|
Printable
)
Key:
DIRMINA-134
Type:
Bug
Status:
Closed
Resolution:
Fixed
Priority:
Major
Assignee:
Trustin Lee
Reporter:
Trustin Lee
Votes:
0
Watchers:
0
Operations
If you were
logged in
you would be able to see more operations.
MINA
IoFilterChain.addBefore() and addAfter() behaves wrong.
Created:
30/Nov/05 03:51 PM
Updated:
30/Nov/05 09:48 PM
Return to search
Component/s:
None
Affects Version/s:
0.8.0, 0.8.1
Fix Version/s:
0.8.2
Time Tracking:
Not Specified
Resolution Date:
30/Nov/05 09:48 PM
Description
« Hide
I found that addBefore() behaves like addAfter() should do, and vice versa.
Description
I found that addBefore() behaves like addAfter() should do, and vice versa.
Show »
All
Comments
Work Log
Change History
Subversion Commits
Sort Order:
Repository
Revision
Date
User
Message
ASF
#349899
Wed Nov 30 06:54:01 UTC 2005
trustin
* Added IoFilterChain.Entry interface
* Revised IoFilterChain interface
* Fixed
DIRMINA-134
: IoFilterChain.addBefore() and addAfter() behaves wrong.
Files Changed
MODIFY
/directory/network/trunk/src/java/org/apache/mina/handler/StreamIoHandler.java
MODIFY
/directory/network/branches/chain_refactor/src/test/org/apache/mina/filter/ThreadPoolFilterRegressionTest.java
MODIFY
/directory/network/branches/chain_refactor/src/test/org/apache/mina/common/IoFilterChainTest.java
MODIFY
/directory/network/branches/chain_refactor/src/java/org/apache/mina/common/IoFilterChain.java
MODIFY
/directory/network/branches/chain_refactor/src/java/org/apache/mina/common/support/AbstractIoFilterChain.java
MODIFY
/directory/network/branches/chain_refactor/src/java/org/apache/mina/filter/SSLFilter.java
MODIFY
/directory/network/branches/0.8/src/test/org/apache/mina/io/IoFilterChainTest.java
MODIFY
/directory/network/branches/0.8/src/test/org/apache/mina/protocol/ProtocolFilterChainTest.java
MODIFY
/directory/network/branches/chain_refactor/src/test/org/apache/mina/filter/codec/CumulativeProtocolDecoderTest.java
MODIFY
/directory/network/branches/0.8/src/java/org/apache/mina/io/AbstractIoFilterChain.java
MODIFY
/directory/network/branches/0.8/src/java/org/apache/mina/protocol/AbstractProtocolFilterChain.java