Generated link rel next on FindPackagesById is not honoring URL base. This makes nuget packages with many matches uninstallable through visual studio as it hangs trying to connect to localhost.
<feed xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns="http://www.w3.org/2005/Atom" xml:base="http://artifactorystg:801/artifactory/api/nuget/nuget-local/">
<title type="text">FindPackagesById</title>
<id>http://artifactorystg:801/artifactory/api/nuget/nuget-local/FindPackagesById()</id>
<updated>2014-11-21T15:01:34Z</updated>
<link rel="self" title="FindPackagesById" href="FindPackagesById"/>
<link rel="next" href="http://localhost:8081/artifactory/api/nuget/nuget-local/FindPackagesById()?id='FabricCore'&$skiptoken='FabricCore','1.1.4.24'"/>
- relates to
-
RTFACT-6248 NuGet local feed response doesn't honor the urlBase
- Done