On Wed, Jan 1, 2014 at 4:55 PM,  <bode...@apache.org> 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.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to