On 2014-01-02, Jesse Glick wrote:
> On Wed, Jan 1, 2014 at 4:55 PM, <[email protected]> wrote:
>>> URLConnection conn = resource.openConnection();
>>> conn.setDefaultUseCaches(false);
>>> ArgumentProcessor processor =
>>> getProcessorByService(conn.getInputStream());
> Why setDefaultUseCaches, which sets a static flag applicable to all
> future connections? I think setUseCaches was meant here.
Dumb copy paste from Spring, I'll look into it.
Thanks
Stefan
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]