You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Sebb (JIRA)" <ji...@apache.org> on 2010/04/24 18:45:53 UTC

[jira] Issue Comment Edited: (HTTPCLIENT-427) Implement a cache to perform real request only when needed

    [ https://issues.apache.org/jira/browse/HTTPCLIENT-427?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12860544#action_12860544 ] 

Sebb edited comment on HTTPCLIENT-427 at 4/24/10 12:45 PM:
-----------------------------------------------------------

JUnit4 is backwards compatible with JUnit3, and HttpClient requires Java 1.5+ so the dependency for HttpClient could just be changed to 4.8.1. (4.8.2 has been released, but is not yet in Maven or on SourceForge)

It's probably not a good idea to mix JUnit3 and 4 syntax in the same class, however ;-)

      was (Author: sebb@apache.org):
    JUnit4 is backwards compatible with JUnit3, and HttpClient requires Java 1.5+ so the dependency for HttpClient could just be changed to 4.8.2.

It's probably not a good idea to mix JUnit3 and 4 syntax in the same class, however ;-)
  
> Implement a cache to perform real request only when needed
> ----------------------------------------------------------
>
>                 Key: HTTPCLIENT-427
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-427
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: HttpClient
>         Environment: Operating System: Linux
> Platform: PC
>            Reporter: Marc Guillemot
>             Fix For: 4.1 Alpha2
>
>         Attachments: cachingclient.tgz
>
>
> Browsers may cache received content according to the values of different
> response headers. It would be great if HttpClient could do the same.

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


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org