Purify-net / PUrify

PUrify
Apache License 2.0
11 stars 6 forks source link

UriInfo sets port portion of url as path #26

Closed Mpdreamz closed 10 years ago

Mpdreamz commented 10 years ago

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.