Details
Description
Scenario:
1. Create nuget-proxy
name = nuget-proxy
remote = https://api.nuget.org/v3/index.json
2. Try to open service.index
http://localhost:8081/repository/proxy/index.json
3. Change remote to invalid (http://google.com)
4. Try to open service.index
http://localhost:8081/repository/proxy/index.json
Expected: It should be unavailable.
Actual: old index.json returned.