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. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
