You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Mike Heath (JIRA)" <ji...@apache.org> on 2008/02/05 19:32:09 UTC

[jira] Created: (ASYNCWEB-2) Merge AHC into AsyncWeb client

Merge AHC into AsyncWeb client
------------------------------

                 Key: ASYNCWEB-2
                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-2
             Project: Asyncweb
          Issue Type: Task
            Reporter: Mike Heath


We need to merge the AHC code in http://svn.apache.org/repos/asf/geronimo/sandbox/async-http-client-mina2/ into the AsyncWeb code in http://svn.apache.org/repos/asf/mina/asyncweb/trunk/client/

There's a considerable gap between the AHC codec and the AsyncWeb codec.  We need to move the AHC code over to the AsyncWeb while at the same time make sure that we haven't lost any features in AHC that are missing in AsyncWeb.  Once we have the AHC code using the AsyncWeb codec, we should be able to replace the AsyncWeb client with the modified AHC client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ASYNCWEB-2) Merge AHC into AsyncWeb client

Posted by "Mike Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ASYNCWEB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565961#action_12565961 ] 

Mike Heath commented on ASYNCWEB-2:
-----------------------------------

I refactored the AHC code to use the o.a.a.common.Cookie in revision 618826, http://svn.apache.org/viewvc?view=rev&revision=618826

> Merge AHC into AsyncWeb client
> ------------------------------
>
>                 Key: ASYNCWEB-2
>                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-2
>             Project: Asyncweb
>          Issue Type: Task
>            Reporter: Mike Heath
>            Assignee: Mike Heath
>
> We need to merge the AHC code in http://svn.apache.org/repos/asf/geronimo/sandbox/async-http-client-mina2/ into the AsyncWeb code in http://svn.apache.org/repos/asf/mina/asyncweb/trunk/client/
> There's a considerable gap between the AHC codec and the AsyncWeb codec.  We need to move the AHC code over to the AsyncWeb while at the same time make sure that we haven't lost any features in AHC that are missing in AsyncWeb.  Once we have the AHC code using the AsyncWeb codec, we should be able to replace the AsyncWeb client with the modified AHC client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ASYNCWEB-2) Merge AHC into AsyncWeb client

Posted by "Mike Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ASYNCWEB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12565892#action_12565892 ] 

Mike Heath commented on ASYNCWEB-2:
-----------------------------------

AHC has been merged into AsyncWeb Client as revision 618773, http://svn.apache.org/viewvc?view=rev&revision=618773

> Merge AHC into AsyncWeb client
> ------------------------------
>
>                 Key: ASYNCWEB-2
>                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-2
>             Project: Asyncweb
>          Issue Type: Task
>            Reporter: Mike Heath
>            Assignee: Mike Heath
>
> We need to merge the AHC code in http://svn.apache.org/repos/asf/geronimo/sandbox/async-http-client-mina2/ into the AsyncWeb code in http://svn.apache.org/repos/asf/mina/asyncweb/trunk/client/
> There's a considerable gap between the AHC codec and the AsyncWeb codec.  We need to move the AHC code over to the AsyncWeb while at the same time make sure that we haven't lost any features in AHC that are missing in AsyncWeb.  Once we have the AHC code using the AsyncWeb codec, we should be able to replace the AsyncWeb client with the modified AHC client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (ASYNCWEB-2) Merge AHC into AsyncWeb client

Posted by "Mike Heath (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ASYNCWEB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12566010#action_12566010 ] 

Mike Heath commented on ASYNCWEB-2:
-----------------------------------

I renamed SessionCache to ConnectionPool since that's more indicative of what it's doing and there's no ambiguity as to whether its caching HTTP session data or caching IoSessions.

> Merge AHC into AsyncWeb client
> ------------------------------
>
>                 Key: ASYNCWEB-2
>                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-2
>             Project: Asyncweb
>          Issue Type: Task
>            Reporter: Mike Heath
>            Assignee: Mike Heath
>
> We need to merge the AHC code in http://svn.apache.org/repos/asf/geronimo/sandbox/async-http-client-mina2/ into the AsyncWeb code in http://svn.apache.org/repos/asf/mina/asyncweb/trunk/client/
> There's a considerable gap between the AHC codec and the AsyncWeb codec.  We need to move the AHC code over to the AsyncWeb while at the same time make sure that we haven't lost any features in AHC that are missing in AsyncWeb.  Once we have the AHC code using the AsyncWeb codec, we should be able to replace the AsyncWeb client with the modified AHC client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (ASYNCWEB-2) Merge AHC into AsyncWeb client

Posted by "Mike Heath (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ASYNCWEB-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Heath reassigned ASYNCWEB-2:
---------------------------------

    Assignee: Mike Heath

> Merge AHC into AsyncWeb client
> ------------------------------
>
>                 Key: ASYNCWEB-2
>                 URL: https://issues.apache.org/jira/browse/ASYNCWEB-2
>             Project: Asyncweb
>          Issue Type: Task
>            Reporter: Mike Heath
>            Assignee: Mike Heath
>
> We need to merge the AHC code in http://svn.apache.org/repos/asf/geronimo/sandbox/async-http-client-mina2/ into the AsyncWeb code in http://svn.apache.org/repos/asf/mina/asyncweb/trunk/client/
> There's a considerable gap between the AHC codec and the AsyncWeb codec.  We need to move the AHC code over to the AsyncWeb while at the same time make sure that we haven't lost any features in AHC that are missing in AsyncWeb.  Once we have the AHC code using the AsyncWeb codec, we should be able to replace the AsyncWeb client with the modified AHC client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.