Improvement #1620
Fix foreign handlers API
0%
Description
Orangutan::Context
has API for accessing, setting and managing foreign handlers... But they are called “manually” that is a developer needs to define handler and write special code for calling foreign handlers of the context. This looks like “hack”! I believe with foregn handlers defined the context can be (and even should be) without the handler. And the handler should be define only to overwrite the default handling of foreign handlers!
So we need to improve foreign handlers API so the context without the hander would be able to use foreign ones.
History
#1 Updated by Andriy Lesyuk over 13 years ago
- Tracker changed from Support to Improvement
#2 Updated by Andriy Lesyuk over 12 years ago
- Subject changed from Fix foregn handlers API to Fix foreign handlers API