Edited Issue: [CORS] The origin URL in CORS in the settings should follow the...
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 ArticleCommented 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 ArticleSource code checked in, #d0d4da0a9c754cb107087881860dd510400868e9
Fix LinkShare helper broken images for Digg and del.icio.us. And StumbleUpon has a new icon.
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 ArticleSource code checked in, #c5411437de03c59509b20e015f26382a7e102d21
Remove Twitter Helper
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 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 ArticleEdited Unassigned: Respect model metadata and model validation in html helper...
Hi,It would be nice if HtmlHelper control respect ModelMetadata and ModelValidation. I think about adding:* maxlength attribute in TextBox or TextArea if property has StringLengthAttribute* title...
View ArticleEdited Issue: OData actions do not work if the model has KeyValuePair. [1232]
1) Create a model having an ODataAction.2) Add a complex type KeyValuePair<string, object> to the model like this, model.ComplexType<KeyValuePair<string, object>>();3) Try accessing...
View ArticleSource code checked in, #3e71a6358d5dcaeb40825cf0bfb7c3e92b2b50af
Add cancellationToken overloads
View Article