You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: components/nexus-core/src/main/java/org/sonatype/nexus/proxy/storage/remote/httpclient/HttpClientManagerImpl.java
+23-5Lines changed: 23 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -230,37 +230,55 @@ public boolean isRedirected(final HttpRequest request, final HttpResponse respon
230
230
" from proxy " + proxyRepository + " but no location present");
231
231
}
232
232
233
+
finalStringrepoId = proxyRepository.getId();
234
+
233
235
// Some complication here as it appears that something may be null, but its not clear what was null
0 commit comments