6591280: getting IPP connection causes disabling jar caches

Reviewed-by: prr, jdv
This commit is contained in:
Prasanta Sadhukhan 2016-07-26 12:37:21 +05:30
parent a54c362ee8
commit 103caee309

View File

@ -1684,7 +1684,6 @@ public class IPPPrintService implements PrintService, SunPrinterJobService {
}
connection = (HttpURLConnection)urlc;
connection.setUseCaches(false);
connection.setDefaultUseCaches(false);
connection.setDoInput(true);
connection.setDoOutput(true);
connection.setRequestProperty("Content-type", "application/ipp");