
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
10/May/05 12:01 AM
|
|
It seems like SSLFilter doesn't work if any other filters that transforms dataRead and dataWritten event exist in the same chain. It is because of its use of session.write() method while handshaking. It is working because I/O layer and Protocol layer are separated and SSLFilter was the only filter that transforms bytebuffers in I/O layer. I think all filter method should have access to previous filter, and it will cause changes to IoFilter and ProtocolFilter interfaces.
Should we give up releasing 0.7 because of this API design flaw, or should we fix this and release as 0.7.1?
|
|
Description
|
It seems like SSLFilter doesn't work if any other filters that transforms dataRead and dataWritten event exist in the same chain. It is because of its use of session.write() method while handshaking. It is working because I/O layer and Protocol layer are separated and SSLFilter was the only filter that transforms bytebuffers in I/O layer. I think all filter method should have access to previous filter, and it will cause changes to IoFilter and ProtocolFilter interfaces.
Should we give up releasing 0.7 because of this API design flaw, or should we fix this and release as 0.7.1?
|
Show » |
made changes - 09/May/05 11:58 PM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
0.9
[ 11069
]
|
|
|
Fix Version/s
|
|
0.7.1
[ 11171
]
|
made changes - 09/May/05 11:59 PM
|
Resolution
|
|
Won't Fix
[ 2
]
|
|
Status
|
Open
[ 1
]
|
Closed
[ 6
]
|
made changes - 10/May/05 12:00 AM
|
Resolution
|
Won't Fix
[ 2
]
|
|
|
Status
|
Closed
[ 6
]
|
Reopened
[ 4
]
|
made changes - 10/May/05 12:01 AM
|
Status
|
Reopened
[ 4
]
|
Closed
[ 6
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
|