mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 13:40:18 +00:00
6591280: getting IPP connection causes disabling jar caches
Reviewed-by: prr, jdv
This commit is contained in:
parent
a54c362ee8
commit
103caee309
@ -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");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user