Commented Issue: [CORS] The origin URL in CORS in the settings should follow...
URL like http://example.com:1234/ and http://example.com:1234 should treated as same origin [1]. It is not true in current implementation. We compare the CORS origin literally without normalizing the...
View ArticleCreated Issue: Multiple matching attribute routes should result in an...
We should cleanup the ordering logic in attribute routing so that multiple matching attribute routes result in an ambiguous match error.
View ArticleCreated Issue: Require an explicit route name to generate links using an...
Currently we provide a default route name for all attribute routes. This means that users could guess the default route name and use it to generate links. We should only support generating links to...
View ArticleEdited Issue: Twitter helper is broken [1088]
Microsoft-web-helpers has a Twitter helper in it. We were using the v1 Twitter API which was deprecated by Twitter recently - https://dev.twitter.com/blog/api-v1-is-retiredWe’ll need to change the...
View ArticleCommented Issue: Twitter helper is broken [1088]
Microsoft-web-helpers has a Twitter helper in it. We were using the v1 Twitter API which was deprecated by Twitter recently - https://dev.twitter.com/blog/api-v1-is-retiredWe’ll need to change the...
View ArticleCreated Issue: Unable to install latest Microsoft.AspNet.WebApi.OwinSelfHost...
When you try to install webapi owin selfhost package, it fails with "Unable to resolve dependency error". This happens for Microsoft.Owin package
View ArticleEdited Issue: Request dispatched to incorrect action resulting in 400 Bad...
A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...
View ArticleEdited Issue: Request dispatched to incorrect action resulting in 400 Bad...
A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...
View ArticleCommented Issue: Request dispatched to incorrect action resulting in 400 Bad...
A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...
View ArticleEdited Issue: Request dispatched to incorrect action resulting in 400 Bad...
A request for '/api/customers' is resulting in 400 Bad Request. __Attached__ a katana selfhost repro.__Reason__:The problem seems to be happening because of the following piece of code in...
View ArticleCreated Issue: Attribute routing value union is problematic [1238]
We currently take a union of the route values for action selection. This approach doesn't always work; sometimes it results in selecting the wrong action.I'm guessing the right approach is for the...
View ArticleCreated Unassigned: '{action}' variable on controller-route not considered...
For the following controller, a request like "/api/customers/GetAllCustomers1" is resulting in "Multiple actions found..." error__Attached__ a standalone katana...
View ArticleEdited Issue: Client side validation doesn't work for Number fields with...
When having a model that contains an property of type int. If you have an edit field where you introduce a non numeric value, like an 'a'. The jquery validation should be triggered, but it doesn't...
View ArticleCommented Issue: Exception inside PushStreamContent won't be caught by...
Hi,I'm using PushStreamContent in asp.net web api to stream data to the client, I have derived from ExceptionFilterAttribute to capture all the exceptions and return standard HttpError to client....
View ArticleEdited Issue: When using attribute routing, Cors policy override mechanism is...
__Scenario__:User is using attribute routing and CORs together. He has a global CORS configuration and also a CORS configuration on a particular action.__Issue__: The CORS policy decorated on the...
View ArticleCommented Issue: When using attribute routing, Cors policy override mechanism...
__Scenario__:User is using attribute routing and CORs together. He has a global CORS configuration and also a CORS configuration on a particular action.__Issue__: The CORS policy decorated on the...
View ArticleEdited Issue: Attribute routing value union is problematic [1238]
We currently take a union of the route values for action selection. This approach doesn't always work; sometimes it results in selecting the wrong action.I'm guessing the right approach is for the...
View ArticleEdited Issue: Unable to install latest Microsoft.AspNet.WebApi.OwinSelfHost...
When you try to install webapi owin selfhost package, it fails with "Unable to resolve dependency error". This happens for Microsoft.Owin package
View ArticleCommented Issue: Unable to install latest...
When you try to install webapi owin selfhost package, it fails with "Unable to resolve dependency error". This happens for Microsoft.Owin packageComments: Kirthi, please resolve this when Jacques does...
View ArticleEdited Issue: '{action}' variable on controller-route not considered during...
For the following controller, a request like "/api/customers/GetAllCustomers1" is resulting in "Multiple actions found..." error__Attached__ a standalone katana...
View Article