ResponseCachingPolicy uses integers for sizes
---------------------------------------------

                 Key: HTTPCLIENT-1116
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1116
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: Cache
    Affects Versions: 4.1.1, 4.2 Alpha1
            Reporter: Greg Bowyer


ResponseCachingPolicy currently uses integers for interpreting the size of 
Content-Length, as well internally.

This causes issues in attempting to use the module for caching entities that 
are over 2GB in size, the module does not fail gracefully, but throws a 
NumberFormatException

I have a patch that fixes this, by promoting the int -> long, which should 
allow for larger entities to be cached, it also updates the public facing API 
where possible, I don't think that the promotion should break compatibility 
massively

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to