Custom Provider request processors get overridden by defaults
-------------------------------------------------------------
Key: ABDERA-186
URL: https://issues.apache.org/jira/browse/ABDERA-186
Project: Abdera
Issue Type: Bug
Affects Versions: 0.5.0
Reporter: Christopher Elkins
Attachments: AbstractProvider.java.patch
Because AbstractProvider sets its default request processors in the init()
method, which is called relatively late during Provider construction by the
ServiceManager, custom request processors that attempt to override one of the
default target types and configured prior to the init() call (either externally
via addRequestProcessors()/setRequestProcessors() or internally in a subclass
constructor) are effectively trumped.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.