Skip to content

Instantly share code, notes, and snippets.

@heidigit
heidigit / gradle proxy stacktrace
Created November 22, 2012 00:30
Gradle proxy
10:56:40.449 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnectionOperator] Connecting to <host:port>
10:56:40.465 [DEBUG] [org.apache.http.client.protocol.RequestAddCookies] CookieSpec selected: best-match
10:56:40.480 [DEBUG] [org.apache.http.client.protocol.RequestAuthCache] Auth cache not set in the context
10:56:40.496 [DEBUG] [org.apache.http.client.protocol.RequestTargetAuthentication] Target auth state: UNCHALLENGED
10:56:40.496 [DEBUG] [org.apache.http.client.protocol.RequestProxyAuthentication] Proxy auth state: UNCHALLENGED
10:56:40.512 [DEBUG] [org.apache.http.impl.client.SystemDefaultHttpClient] Attempt 1 to execute request
10:56:40.512 [DEBUG] [org.apache.http.impl.conn.DefaultClientConnection] Sending request: HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10:56:40.527 [DEBUG] [org.apache.http.headers] >> HEAD http://repo1.maven.org/maven2/commons-collections/commons-collections/3.2/commons-collections-3.2.pom HTTP/1.1
10