Remove servlet requirement for server module
--------------------------------------------
Key: ABDERA-59
URL: https://issues.apache.org/jira/browse/ABDERA-59
Project: Abdera
Issue Type: Improvement
Reporter: Dan Diephouse
I've been working on a patch to remove the requirement on using
HttpServletResponse in the server module. Basically I've just replaced any
reference to HttpServletResponse with a reference to a new interface,
HttpResponse.
I know there was some talk about merging this functionality into
ResponseContext, but I didn't see a clean way to do that as Providers are
responsible for creating the response. Not the thing invoking the provider.
Let me know your thoughts on the patch.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.