https://github.com/dart-lang/http_server/blob/master/test/virtual_directory_test.dart They munge URLs using the Uri class. It seems that creating `http://localhost:8080/test/../..` normalizes to `http://localhost:8080`
https://github.com/dart-lang/http_server/blob/master/test/virtual_directory_test.dart
They munge URLs using the Uri class. It seems that creating
http://localhost:8080/test/../..normalizes tohttp://localhost:8080