mirror of https://github.com/apache/archiva.git
MRM-421 Added a whitelist entry of '*' to the pre-configured internal -> central proxy connector so it will actually proxy. Without this, requests result in 'Failed pre-download policies' log messages.
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@550008 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d0f4612596
commit
35123fcd01
|
@ -53,6 +53,9 @@
|
|||
<checksum>fix</checksum>
|
||||
<cache-failures>cache</cache-failures>
|
||||
</policies>
|
||||
<whiteListPatterns>
|
||||
<whiteListPattern>*</whiteListPattern>
|
||||
</whiteListPatterns>
|
||||
</proxyConnector>
|
||||
<proxyConnector>
|
||||
<sourceRepoId>internal</sourceRepoId>
|
||||
|
|
Loading…
Reference in New Issue