Closed Mpdreamz closed 10 years ago
Fixes an issue where PathInfo makes :port part of the .Path.
:port
.Path
The .NET Uri implementations eats this up and so appears to be working but mono will start making urls starting with :port/path in the path causing the wrong urls to be hit.
:port/path
Fixes an issue where PathInfo makes
:port
part of the.Path
.The .NET Uri implementations eats this up and so appears to be working but mono will start making urls starting with
:port/path
in the path causing the wrong urls to be hit.