You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Dan Diephouse (JIRA)" <ji...@apache.org> on 2007/08/27 18:05:30 UTC

[jira] Updated: (ABDERA-59) Remove servlet requirement for server module

     [ https://issues.apache.org/jira/browse/ABDERA-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dan Diephouse updated ABDERA-59:
--------------------------------

    Attachment: server.patch

> 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
>         Attachments: server.patch
>
>
> 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.