You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about adding a flag to HttpHandler that can cause WebContext to use a new Path constructor that doesn't split out the extension instead of NewPath? Whilst it might be nice to be able to select on a per Controller basis, I can't see a practical way to accomplish that, and don't myself need to.
goweb seems to always assume that a . means a file extension - but when using a controller this doesn't really make sense.
e.g. DELETE /something/10.0.0.1 would call somethingController.Delete("10", ctx) - which seems really very wrong ...
The text was updated successfully, but these errors were encountered: