mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8218021: Have jarsigner preserve posix permission attributes
Reviewed-by: weijun, lancea, alanb
This commit is contained in:
parent
dc63bf261b
commit
3d9bad16d1
14 changed files with 292 additions and 17 deletions
|
@ -234,7 +234,7 @@ public final class OCSP {
|
|||
debug.println("connecting to OCSP service at: " + url);
|
||||
}
|
||||
|
||||
Event.report("event.ocsp.check", url.toString());
|
||||
Event.report(Event.ReporterCategory.CRLCHECK, "event.ocsp.check", url.toString());
|
||||
HttpURLConnection con = (HttpURLConnection)url.openConnection();
|
||||
con.setConnectTimeout(CONNECT_TIMEOUT);
|
||||
con.setReadTimeout(CONNECT_TIMEOUT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue