-
Bug
-
Resolution: Done
-
Major
-
1.1.Beta2
-
None
I've tryied to register the "/sample/" URL for the GET Http Method using RoutingHandler. But when I access "http://localhost:9000/sample/" it always returns me a 404 status code.
Digging into the code, I found that there's a normalization routine that removes the last "/" ( slash ) character when I add a new route.
It seems that there's a normalization while registering the URL, but there's no normalization when the request arrive to the server. May be that's the 404 reason.