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:
Wendy Smoak 2007-06-23 04:07:39 +00:00
parent d0f4612596
commit 35123fcd01
1 changed files with 3 additions and 0 deletions

View File

@ -53,6 +53,9 @@
<checksum>fix</checksum>
<cache-failures>cache</cache-failures>
</policies>
<whiteListPatterns>
<whiteListPattern>*</whiteListPattern>
</whiteListPatterns>
</proxyConnector>
<proxyConnector>
<sourceRepoId>internal</sourceRepoId>